0.1 Preview (June 9, 2016)
Pre-release
Pre-release
- Beginning with this week’s release, we have relocated the
sizeUIWindowToFit
property from the WOCDisplayMode category to the UIWindow class itself. This was done so UIWindow instances can have their behavior controlled individually. - Added support for UIPopoverController, UIPopoverPresentationController, and delegate classes; see pull request #462
- Fixed WinRT RenderAsync crash; see issue #517
- Xib2Nib fixes; added mapping for PageControl and MKMapView
- Foundation updates
- NSCache fixes; see issue #519
- NSCoder, NSPropertyListSerialization, NSBundle fixes
- NSValue updates
- UIColor, UIImage updates
- Improved call stack display for Objective-C methods
- Compiler bug fixes, including a fix for compiler crashes when the program contains code that rethrows ("@throw;") exceptions