Use this tag only for questions directly related to changes in version 4 of Apple's Swift programming language.
It seems like in Swift 4.1 flatMap is deprecated. However there is a new method in Swift 4.1 compactMap which is doing …
swift swift4 swift4.1I'm using the following struct: struct Item : Codable { var category:String var birthDate:Date var switch:Bool var weightNew: [Weight] …
swift swift4The default UIPickerView color for text is black. There has been some updates to the language in Swift4. I have …
uipickerview swift4So, I've got iso8601 dates in my json which look like "2016-06-07T17:20:00.000+02:00" Is there a way to parse …
swift swift4Trying to test Swift 4 using Xcode-beta (v9) on my machine and having issues with importing packages into a test project: …
swift xcode macos package-managers swift4Thanks in advance for help, I have two API calls, both are concurrent and any call could be success first(…
ios swift4 nsoperationqueue nsoperation swift4.1