Olivier Halligon
Olivier Halligon
Dip
Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
OHHTTPStubs
Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
OHActionSheet
UIActionSheet subclass that uses blocks to handle its callback (which make the code much more easier and readable)
OHAlertView
UIAlertView subclass that uses blocks to handle its callback (which make the code much more easier and readable)
OHAlertView-OHActionSheet
This repo is obsolete. Use OHAlertView and OHActionSheet repos now.
OHAttributedStringAdditions
NSAttributedString Additions that add convenience methods to manipulate attributed strings easily
OHAutoNIBi18n
Automate the Localization/Translation of your XIB & interface without any additional code nor IBOutlet!
OHGridView
View that display cells as a grid. Uses quite the same API as UITableView