Swift 5.7 some new features — part 1New iOS version(16), new Xcode and Swift upgrade.Jun 25, 2022Jun 25, 2022
Swift 5.6 #unavailable API checkingSince Swift 2 it is possible checking API version through #availableJun 2, 20221Jun 2, 20221
How to run a App on iOS simulator without open XcodeYes, this magic is possible!May 17, 2022May 17, 2022
Swift type placeholdersSwift 5.6 and Xcode 13.3 brought the new functionality “Type placeholder”.Apr 23, 2022Apr 23, 2022
Swift extension with access levelsIt is possible limit access of class extension new functionalities(method, computed property)Mar 23, 2022Mar 23, 2022
Struct tips in SwiftStruct is a complex data type or simplified class, like you to want. Here some tricks for using Structs in Swift:Jan 27, 2022Jan 27, 2022
Swift struct’s memberwise initializer with computed propertyNo, is not possible use computed property and preserve memberwise initializer of struct in Swift, but exists a alternative approach:Jan 9, 2022Jan 9, 2022
Swift Casting Float to Double, one troubleIt’s a known issue, casting values from Float to Double type:Dec 27, 2021Dec 27, 2021
Swift enums, tricksEnumeration is one of the most powerful features of language Swift, let’s report some uses here:Dec 2, 20211Dec 2, 20211