Chameleon
Chameleon copied to clipboard
Chameleon is a port of Apple's UIKit for iOS (and some minimal related frameworks) to Mac OS X.
UIGestureRecognizer's -addTarget:action: is a no-op, and none of the gestures are wired up to fire events. Looks like the workaround is to use -touchesBegan: and friends.
MapKit
The MapKit framework is missing.
UISwitch is not implemented. Do you want to use my implementation of RCSwitch? If you pull in some of my classes, you can create a UISwitch subclass of RCSwitchOnOff, and...
It would be awesome if everything had a proper -description implementation.
Chameleon is not known to be GC-safe. It probably should become so, but if anyone wants to tackle this, be aware that it cannot be GC-only at this point.
Chameleon's UITextField doesn't support placeholderText.
In the simulator and on iOS devices when using a keyboard, you can hit tab when in a UITextField and it'll move to the next one. Does anyone have any...
Here's a few issues I remember existing with UINavigationController: Updating the top view controller's UINavigationItem after all the UI layout has been done doesn't necessarily update the display (changing titles,...