Swift package with utility classes for iOS projects.
This package packs the some useful
- Extensions over
Array,Data,String,Storyboard,UIView,UIViewControllertypes. - Provides the common data types like FieldValue, Row.
- Error handling interface like AppErrorProvider.
- Child View Controller implementation via ContainmentProvider.
- Image Picker Controller permissions via ImagePickerDisplaying.
- Selection interface for collection of items using SelectionViewController.
TextField/TextViewsubclass for textChange, character limit feature.- FetchingView and IndicatorButton for modeling networking states.
- Classes for custom
UIViewControllertransition/presentation animations using PopAnimator. - Support for
UIViewControllerandUIViewsubclass's preview in Xcode Canvas using UIPreview. - DocC compatible documentation.