Moshe
Moshe
If you want to help translation the framework into any one of the languages listed here, please follow these steps: 1. Jump to the related issue 2. Assign yourself and...
Convert the quote-headers to angle brackets throughout framework headers. Xcode was kvetching about this. (Addresses #155.)
The header comment in some files is using a format inconsistent with the rest of the framework. This issue is about changing the comments to be consistent with the rest...
What it says on the tin.
Isn't this built in to the iOS SDK?
setBackgroundColor: is the vanilla synthesized version, so the color doesn't get applied until something else causes a layout to be triggered. This should be fixed so that setting the color...
In UIActionSheet, you either specify a title for the cancel button at initialization time, or specify an index later on. At the moment, MBMenuController doesn't allow for passing titles into...