Swift package with utility classes for iOS projects.
This package packs the some useful
- Extensions over
Array
,Data
,String
,Storyboard
,UIView
,UIViewController
types. - 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
/TextView
subclass for textChange, character limit feature.- FetchingView and IndicatorButton for modeling networking states.
- Classes for custom
UIViewController
transition/presentation animations using PopAnimator. - Support for
UIViewController
andUIView
subclass's preview in Xcode Canvas using UIPreview. - DocC compatible documentation.