The way we work with dates has changed in Swift 3, the change makes it’s way simpler then before. Let’s look at an example: //CreateDateFromComponents (1st January 2017) var newDate = Date() let newDateComponents = DateComponents(calendar: Calendar.current, timeZone: nil, era: nil, year: 2017, …
Monthly Archives: September 2016
App Store Businees Models
Great article on making a living out of the App Store from David Smith. Recommended read. Marc