You are here |
benoitpasquier.com | ||
| | | |
furbo.org
|
|
| | | | As every Apple developer knows by now, Apple Watch is becoming a reality. If you do nothing else right now, watch the video at that link: it's a great overview of WatchKit that will only take a half hour of your time. David Smith put it best: there's a lot more here than most of [...] | |
| | | |
whackylabs.com
|
|
| | | | I very recently learned it the hard way that objc selectors can not be async. | |
| | | |
christianselig.com
|
|
| | | | ||
| | | |
ashishkakkad.com
|
|
| | Codable is added with Xcode 9, iOS 11 and Swift 4. Codable is used to make your data types encodable and decodable for compatibility with external representations such as JSON. Codable use to support both encoding and decoding, declare conformance to Codable, which combines the Encodable and Decodable protocols. This process is known as making ... Read more |