9 Notes In Desember 2019
1. Int to String (Swift 4.2 to Swift 5.1) update // Swift 4.2 and old String(describing: Int()) // OR // "\(Int)" // Swift 5.1 Update String(Int()) // OR //…
Read more →Build logs, short notes, and the things I work out in public before they turn into articles.
1. Int to String (Swift 4.2 to Swift 5.1) update // Swift 4.2 and old String(describing: Int()) // OR // "\(Int)" // Swift 5.1 Update String(Int()) // OR //…
Read more →