AnobiUIKit
Collection of various UIKit-dependent classes and categories useful to Objective-C iOS Developer.
Example
To run the example project, clone the repo, and run pod install
first.
Installation
To integrate AnobiUIKit into your Xcode project using CocoaPods, specify it in your Podfile
:
platform :ios, '9.3'
use_frameworks!
target 'TargetName' do
pod 'AnobiUIKit'
end
Then, run the following command:
$ pod install
Requirements
Minimum iOS Target is ios 9.3.
License
AnobiUIKit is released under the MIT license. See LICENSE for details.
Author
Stanislav Pletnev, [email protected]