https://useyourloaf.com/blog/swift-4-access-levels/
Swift 4 Access Levels
You may not have noticed but there was a small but important change to the private access level in Swift 4. After a quick recap of the five levels I cover what has changed in Swift 4, what do you need to know when migrating from Swift 3 and what is the point of fileprivate now?
Swift 4 Access Levels
You may not have noticed but there was a small but important change to the private access level in Swift 4. After a quick recap of the five levels I cover what has changed in Swift 4, what do you need to know when migrating from Swift 3 and what is the point of fileprivate now?
https://www.mikeash.com/pyblog/friday-qa-2017-11-10-observing-the-a11s-heterogenous-cores.html?utm_campaign=iOS%252BDev%252BWeekly&utm_medium=web&utm_source=iOS_Dev_Weekly_Issue_327
Friday Q&A 2017-11-10: Observing the A11's Heterogenous Cores
Friday Q&A 2017-11-10: Observing the A11's Heterogenous Cores
https://mobile.twitter.com/i/moments/933987365999214592
Black Friday and Cyber Monday deals, discounts, sales for iOS & macOS developers (2017).
Black Friday and Cyber Monday deals, discounts, sales for iOS & macOS developers (2017).
Twitter
Deals for iOS & macOS developers
Black Friday and Cyber Monday deals, discounts, sales for iOS & macOS developers (2017).
https://useyourloaf.com/blog/swift-codable-with-custom-dates/
Swift Codable With Custom Dates
How do you decode a JSON feed that has several custom date formats? If you are lucky using a dateDecodingStrategy might be enough. Unfortunately it has limited support for the .iso8601 format and you can only set one strategy at a time so it does not help when you have two or more different date formats.
Swift Codable With Custom Dates
How do you decode a JSON feed that has several custom date formats? If you are lucky using a dateDecodingStrategy might be enough. Unfortunately it has limited support for the .iso8601 format and you can only set one strategy at a time so it does not help when you have two or more different date formats.