Malte Schonvogel

Results 5 issues of Malte Schonvogel

In order to give the user a more concrete info than just "Something went wrong.", it would be straightforward to have access to the NSError object in the view.

enhancement

I'm having two ViewControllers in a TabBarController and call the Loading method from init. Without calling viewDidLoad before, all StateViews are nil on viewWillAppear: See this demorepo: https://github.com/mschonvogel/StatefulViewController/blob/master/Example/SecondViewController.swift

``` Example[44229:872073] [View] First responder warning: '' rejected resignFirstResponder when being removed from hierarchy ``` **To Reproduce** 1. Open the Example app and pick any example in the InputAccessoryView section...

bug
help wanted

I was wondering if you could provide an example of how to remove the panel by swipe left, right, up, and down. That'd be very helpful!

It is not possible to drop a cell to an empty section. How do I achieve that?