A picture representing emenegro

emenegro

emenegro
Madrid
MNMRemoteImageView screenshot

MNMRemoteImageView

February 14, 2013 • BSD License
`MNMRemoteImageView` is a simple drop-in replacement for `UIImageView` that asynchronously shows an image downloaded from an URL. You can use the control as a regular `UIImageView`.
action-sheet-blocks screenshot

action-sheet-blocks

February 04, 2013 • BSD License
Category of `UIActionSheet` that offers a completion handler to listen to interaction. This avoids the need of the implementation of the delegate pattern.
alert-blocks screenshot

alert-blocks

February 02, 2013 • BSD License
Category of `UIAlertView` that offers a completion handler to listen to interaction. This avoids the need of the implementation of the delegate pattern.
MNMPullToRefresh screenshot

MNMPullToRefresh

November 18, 2012 • MIT License
MNMPullToRefresh is a solution to add pull-to-refresh feature at the top of an UITableView. This solution has its basis on the Mediator design pattern (http://en.wikipedia.org/wiki/Mediator_patt...
MNMProgressBar screenshot

MNMProgressBar

February 23, 2012 • BSD License
Custom progress bar view to show determinate and indeterminate progress.
MNMBottomPullToRefresh screenshot

MNMBottomPullToRefresh

February 16, 2012 • BSD License
MNMBottomPullToRefresh is a solution to add pull-to-refresh feature to the bottom of a UITableView instead of the top, as usual. This view can be used to retrieve more values, or pages, of a large ...