Pinned Repositories
FastXcodeFile
A Python script to create new files in Xcode faster
iOSDevDirectory
The iOS Dev Directory
LRImageManager
Objective-C simple image manager with memory and disk cache support
LRNotificationObserver
A smarter, simpler, and better way to use NSNotificationCenter with RAII
LROptional
A simple NSObject category to simplify sending optional messages to objects
LRRepositoryPattern
An iOS example app based on the repository pattern and Typhoon DI framework
LRScrollingSidebarController
A scrolling based sidebar controller
LRTVDBAPIClient
Objective-C wrapper for TheTVDB
LRVariadicPerformSelector
Simple NSObject category to perform selectors with variadic arguments
Typhoon
A flexible dependency injection container for Objective-C (iOS &OSX). Light-weight, yet full-featured and super-easy to use.
luisrecuenco's Repositories
luisrecuenco/LRScrollingSidebarController
A scrolling based sidebar controller
luisrecuenco/LRImageManager
Objective-C simple image manager with memory and disk cache support
luisrecuenco/LRNotificationObserver
A smarter, simpler, and better way to use NSNotificationCenter with RAII
luisrecuenco/LRRepositoryPattern
An iOS example app based on the repository pattern and Typhoon DI framework
luisrecuenco/LRVariadicPerformSelector
Simple NSObject category to perform selectors with variadic arguments
luisrecuenco/LRTVDBAPIClient
Objective-C wrapper for TheTVDB
luisrecuenco/FastXcodeFile
A Python script to create new files in Xcode faster
luisrecuenco/LROptional
A simple NSObject category to simplify sending optional messages to objects
luisrecuenco/Typhoon
A flexible dependency injection container for Objective-C (iOS &OSX). Light-weight, yet full-featured and super-easy to use.
luisrecuenco/iOSDevDirectory
The iOS Dev Directory
luisrecuenco/PDKTStickySectionHeadersCollectionViewLayout
UICollectionView Layout that makes section headers behave like UITableView section headers. Section header views stick to the top of the collection view, over it's section cells.
luisrecuenco/ReactiveCocoa
Streams of values over time
luisrecuenco/SDWebImage
Asynchronous image downloader with cache support with an UIImageView category
luisrecuenco/Specs
A repository of CocoaPods (cocoapods.org) specifications.
luisrecuenco/THObserversAndBinders
Easy, lightweight, object-based key-value observing (KVO) and key-value binding (KVB) for iOS and Mac OS X