cbess / CBIntrospector

Visual Debugging Tool. Compatible with the desktop app, View Introspector. Simply, it's a UIView hierarchy viewer library.
MIT License
160 stars 21 forks source link

Added on-device code execution #2

Closed ghost closed 12 years ago

ghost commented 12 years ago

Updated statement parser and invocation result, Implemented executing code on device. To use: Turn on CBIntrospect, Tap a view, Tap overlay status bar. Use 'self' to reference the current view.

cbess commented 12 years ago

Thanks sir, looks great!