Olivier Halligon

Results 20 repositories owned by Olivier Halligon

Dip

967
Stars
75
Forks
Watchers

Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!

Dip-UI

48
Stars
9
Forks
Watchers

UI Extensions for https://github.com/AliSoftware/Dip

OHHTTPStubs

5.0k
Stars
603
Forks
Watchers

Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!

OHActionSheet

27
Stars
5
Forks
Watchers

UIActionSheet subclass that uses blocks to handle its callback (which make the code much more easier and readable)

OHAlertView

16
Stars
8
Forks
Watchers

UIAlertView subclass that uses blocks to handle its callback (which make the code much more easier and readable)

OHAlertView-OHActionSheet

21
Stars
4
Forks
Watchers

This repo is obsolete. Use OHAlertView and OHActionSheet repos now.

OHAttributedLabel

1.5k
Stars
351
Forks
Watchers

UILabel that supports NSAttributedString

OHAttributedStringAdditions

106
Stars
18
Forks
Watchers

NSAttributedString Additions that add convenience methods to manipulate attributed strings easily

OHAutoNIBi18n

121
Stars
24
Forks
Watchers

Automate the Localization/Translation of your XIB & interface without any additional code nor IBOutlet!

OHGridView

71
Stars
6
Forks
Watchers

View that display cells as a grid. Uses quite the same API as UITableView