Skip to content

[Cocoa] Control any KVO-compliant value in your iPhone app from a GUI app on your mac.

Notifications You must be signed in to change notification settings

paulz/RemoteParameter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RemoteParameter

@togi reminded me the other day of the horrible annoyance that is tweaking UI-related variables in iPhone apps until you get it just right, by changing-recompiling-installing-navigating-looking and repeating ad nauseum, and suggested that it should be doable with some KVO magic and maybe some DO. And you know what? It is!

Say you have a view somewhere. It has a color. You have heaps and bounds of views on top of it, with alpha and gloss and I don't know what. You want it to look just right, so you need to do it on the device, and you need to do it in code. Now, it's as simple as: #include "RemoteParameter.h" ... [colorView shareKeyPath:@"backgroundColor" as:@"colorView"];

... adding RemoteParameter.[m|h], AsyncSocket.[m|h] and CFNetwork.framework to your project, and boom, you're done! Launch ParameterController.app, browse to your instance, and edit away.

Tutorial

Video tutorial available on Youtube.

About

[Cocoa] Control any KVO-compliant value in your iPhone app from a GUI app on your mac.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%