StatefulViewController icon indicating copy to clipboard operation
StatefulViewController copied to clipboard

Placeholder views based on content, loading, error or empty states

Results 24 StatefulViewController issues
Sort by recently updated
recently updated
newest added

At present, the latest Swift is 5.2. We hope to support this library with Swift4.2 at the minimum

Seems that the lib doesn't support Swift Package Manager. It would be great if it was supported.

`error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'StatefulViewController-iOS')` any plan to update to swift 4.x or 5.x?

UIView that conforms StatefulViewController protocol does not be destroyed. Here is a [StatefulViewControllerDemo.zip](https://github.com/aschuch/StatefulViewController/files/3087775/StatefulViewControllerDemo.zip) to illustrate this issue. PS: the core code ``` swift class StateView: UIView, StatefulViewController { public var...

fix issue #71: UIView that conforms StatefulViewController protocol cannot be destroyed

I set up my placeholder view as usual inside of a UITableViewController using the view's frame, but the placeholder views don't take the entire view's frame instead are aligned to...