5pods
Handles different priorities alerts and terminates the problem of multiple alerts being displayed at the same time.
License: MIT
Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more.
License: MIT
This tiny library was developed to help you apply masks and formats to strings.
For instance, suppose you have the string 12345678
and want to format it as a Social Security Number (which regex pattern is d{3}-d{2}-d{3}
). With NSStringMask, all you have to do is [NSStringMask maskString:@"12345678" withPattern:@"(\d{3})-(\d{2})-(\d{3})"]
and the result will be "123-45-678". Simple enough?
License: MIT
Add Google's Invisible ReCaptcha to your project. This library automatically handles ReCaptcha's events and retrieves the validation token or notifies you to present the challenge if invisibility is not possible.
License: MIT
Reactive extensions for websockets.
A lightweight abstraction layer over Starscream to make it reactive.
License: MIT