CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Mohssen

2pods

CameraLevel

CameraLevel uses the devices accelerometer to calculate the current pitch and roll of the device. It is a UIView subclass that can be overlayed on an AV preview layer. The level is intended to be used in photography applications, similar to the levels found on common DSLRs.

License: MIT

  • Objective C

MFAlertView

MFAlertView contains three main components: 1. Alert View - The alert view is an alternative to the native iOS UIAlertView. It allows for a few customization options, but it's main purpose is to provide a quick way to present a dialog with an arbitrary number of actions. The alert view provides a very quick and easy way to present a range of buttons with text, images, or custom views. 2. Activity Indicator - The activity indicator can be presented and dismissed on command, or it can be used as a progress indicator. 2. Status Updates - Status updates are labels that will appear on top of the main view for a brief period to indicate some change in state.

License: MIT

  • Objective C