iSpy for iOS allows you to show UIView's size, cpu/memory/network information, and update any UIView's properties at runtime. Similar with Spy++, you could inspect any UIView of running application, change it's interface without build and run again.
Download iSpy Folder, add to your XCode project.
Coming Soon...
pod 'RATreeView', '~> 2.1.0'
#import "ISpy.h"
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Setup
[[ISpy sharedObject] show];
}
- Show UIView's frame size, border.
- Show system data usage: cpu, memory, network.
- Show all UIViews' properties.
- Update any UIView's properties at runtime.
- Hosts: support hosts for http request.
- Command: send message to any view.