Villy21

Results 5 issues of Villy21

Thanks for great lib, But I found that when I change traitCollection with iPad Split screen view did not switch to Fullscreen like with UIModalPresentationFormSheet. And my view is cut...

You can add small helper to make UIStackView like UI with spacing between items. ```swift /** Set offset from other items in same container. Assign same spacing for all items...

enhancement

Often I get already url encoded urls. And If I use them in browser all work as expected. But CocoaRestClient encode them again and server did not accept this. May...

Great Lib. To support Apple tvOS: disable use UIAlertView with #if TARGET_OS_IOS set self.useUIAlertControllerIfAvailable = YES; for TARGET_OS_TV and change URL to @"com.apple.TVAppStore://itunes.apple.com/app/id%@";

Very interesting layout but I found a problem in your example. I updated in your example generateExampleData function and run on iphone 6. I see items begin to disappear when...