Skip to content

0.1 Preview (June 3, 2016)

Pre-release
Pre-release
Compare
Choose a tag to compare
@rajsesh rajsesh released this 03 Jun 18:36
· 1551 commits to master since this release
  • The CoreFoundation module has been replaced by the official Swift open-source CoreFoundation module. As a result, the complete, canonical CoreFoundation framework is now available beginning with this week’s release of the bridge. For more information and known issues, please see issue #529.
  • This week, we are introducing the official WinObjC Samples repo. Over the coming weeks and months, we’ll be adding lots of documentation and sample code to the repo to help you get started with the bridge quickly. Check it out now for guides to adding Live Tiles and toast notifications to your Objective-C UWP app.
  • UIKit updates
    • UIWindow added support for windowLevel
    • UITextField updates; see pull requests #502 and #507
    • UIFont added support for familyNames and fontNamesForFamilyName
    • UIPastboard updates
  • Foundation updates
    • NSKeyValueCoding added support for dictionaryWithValueForKeys; see pull request #515
    • Various KVC fixes
    • NSCoder fixes
    • NSString updates
    • NSNumber updates