AUIKit is an advanced extension for UIKit framework. It contains principles, best practices and code solutions for building efficient, reliable and maintable user interface.
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects.
pod 'AUIKit'
Carthage is intended to be the simplest way to add frameworks to your Cocoa application.
github "ihormyroniuk/AUIKit"
- Quality rather than quantity
- Build a user interface programmatically in code (don't use Interface Buider)
- Use Frame-Based Layout for building a user interface (don't use Auto Layout)
- Use UICollectionView instead of UITableView
AUIKit is released under the MIT license. See LICENSE for details.