FuntastyKit iOS framework contains:
- MVVM-C architecture used at The Funtasty, the template for this architecture can be found at https://github.com/thefuntasty/MVVM-C-Template
- Service holder for code injection of services
- Some regularly used UIKit extensions
- Protocols for simple initialization from XIB files, storyboards and for handling keyboard
- Hairline constraint for one-pixel designs
If you want to use CocoaPods for dependency management, add following line to your Podfile
:
pod 'FuntastyKit', '~> 1.4'