Desktop app to view, control, and change info from outside the simulator#51
Open
cbess wants to merge 61 commits intodomesticcatsoftware:masterfrom
cbess:master
Open
Desktop app to view, control, and change info from outside the simulator#51cbess wants to merge 61 commits intodomesticcatsoftware:masterfrom cbess:master
cbess wants to merge 61 commits intodomesticcatsoftware:masterfrom
cbess:master
Conversation
- renamed NSLog -> DCLog
- Uses interprocess communication to update the selected view from an external desktop application
…med CBSharedConstants.h to CBSharedHeader.h
- updated sendEvent: logic
- implemented dump view tree logic
- mainmenu.xib no longer uses auto-layout, its a bit too much right now (need to learn more about it)
WIP: started implementing view tree UI
- now assumes there is only one view json file
- added arrow keys support for the int values
…ks with any view that responds to that message
- added JSON walking methods
- updated auto-resizing for the uiview controls
…and utility methods (organized methods)
needs UIView icon, but i can't find it
- added bundle name to window title
- switching projects brings introspector window to front
- reloading projects now expands the tree
- updated introspect started log
Conflicts: DCIntrospect/DCIntrospect.m DCIntrospect/UIWindow+Introspector.m DCIntrospectDemo/DCIntrospectDemo.xcodeproj/project.pbxproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update will allow you to view and alter UIView properties from outside the iOS Simulator. The desktop app "talks" to target iOS Simulator app to update it using a desktop app. The app also displays the entire UIWindow UIView hierarchy, which is interactive. This involved a lot of changes, the separate repo is here: https://github.com/cbess/CBIntrospector