Moshe

Results 42 issues of 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...

enhancement
help wanted

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...

good first issue

What it says on the tin.

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...

bug

Yea, I know. This should be a UIView, not a UIViewController.

bug

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...

enhancement