UIKit
45 subscribers
4 photos
73 links
iOS Dev
Download Telegram
his article summarizes the key developer-related features introduced in iOS 10, which runs on currently shipping iOS devices. https://developer.apple.com/library/prerelease/content/releasenotes/General/WhatsNewIniOS/Articles/iOS10.html
> In iOS 10, the UIColor class uses the extended sRGB color space and its initializers no longer clamp raw component values to between 0.0 and 1.0. If your app relies on UIKit to clamp component values (whether you’re creating a color or asking a color for its component values), you need to change your app’s behavior when you link against iOS 10.
UIKit is great.

import Foundation