AlexanderKaraberov / iOS-Network-Architecture-DemoLinks
Sample project to demonstrate an opinionated architectural approach for building Objective-C iOS apps using functional reactive programming.
☆12Updated 9 years ago
Alternatives and similar repositories for iOS-Network-Architecture-Demo
Users that are interested in iOS-Network-Architecture-Demo are comparing it to the libraries listed below
Sorting:
- Prefixed UIActionSheet category with blocks, auto-removed. Swizzle free!☆60Updated 9 years ago
- Create image assets at runtime in any color when used as mask and/or at any resolution when it’s a PDF.☆143Updated 9 years ago
- Parallax album cover flow with UICollectionView.☆99Updated 7 years ago
- PDFImage is a framework for iOS that renders simple PDF files to screen, replacing multiple PNG exports.☆51Updated 10 years ago
- UIPanGestureRecognizer subclass that takes much of the effort out of recognizing directional swipes.☆30Updated 6 years ago
- An open-source implementation for picking files/folders out of an online API☆78Updated 3 years ago
- Pretty GCD calls and easier code execution.☆35Updated 9 years ago
- iPhone UITableView with Auto Layout in the UITableViewCell to Create Dynamic Heights☆40Updated 10 years ago
- TokenFieldView is used to search and and tag in a text view☆36Updated 9 years ago
- Haneke extension to use AFNetworking to download images☆20Updated 11 years ago
- Swift's Selector use made more sugary☆57Updated 9 years ago
- StackView is a class designed to simplify the implementation of vertical stacks of views on iOS. You can think of it as a bit like a simp…