Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desktop app to view, control, and change info from outside the simulator #51

Open
wants to merge 61 commits into
base: master
Choose a base branch
from

Conversation

cbess
Copy link

@cbess cbess commented Jun 18, 2012

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

Christopher Bess and others added 30 commits March 22, 2012 13:51
- Uses interprocess communication to update the selected view from an
external desktop application
- 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
- updated auto-resizing for the uiview controls
C. Bess and others added 30 commits May 12, 2012 00:11
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
Conflicts:
	DCIntrospect/DCIntrospect.m
	DCIntrospect/UIWindow+Introspector.m
	DCIntrospectDemo/DCIntrospectDemo.xcodeproj/project.pbxproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant