StatusProvider
StatusProvider copied to clipboard
Protocol to handle initial Loadings, Empty Views and Error Handling in a ViewController & views
Is there an easy way to make my status views cover the whole view of the viewController? These covering views should also dynamically adapt to the size of the viewController...
Awesome project Perhaps add an example that shows best practice of using `StatusProvider` with a `UITableViewController`. This would be very helpful I'm not sure if I should make use of...
First of all, thank you for the awesome framework. I currently got a problem with it displaying a sentence when a tableView is empty. The problem here is that the...
Any reason for having the `s.ios.deployment_target` pointing to iOS 9? I checked the code and unless I'm missing something I don't see a reason why not supporting iOS 8...
Is there a way to acquire a reference to the ActionButton? I want to present a popover when the action button is pressed and I need this reference to position...