Dictionary and Set Improvements in Swift 4.0
1–10 of 71 posts
Re: Dictionary and Set Improvements in Swift 4.0
#2Re: Dictionary and Set Improvements in Swift 4.0
#3I really wish Apple would focus more on getting Xcode up to par. It's in a truly horrid state, both performance and feature-wise. Developing an Objective-C app is worlds ahead of Swift right now.
Re: Dictionary and Set Improvements in Swift 4.0
#4Re: Dictionary and Set Improvements in Swift 4.0
#5For example NSNotificationCenter, setting attributed strings, core data or fetching resources. Also the whole MVC ViewController lifecycle is full of optionals. A lot of people abandon using Storyboards just to have ViewControllers that have everything set up compile safe, don't use prepareForSegue to pass in variables and so on. But that means doing everything in code, which is inefficient for complicated one-off layouts.
Re: Dictionary and Set Improvements in Swift 4.0
#6I really wish Apple would focus more on getting Xcode up to par. It's in a truly horrid state, both performance and feature-wise. Developing an Objective-C app is worlds ahead of Swift right now.
Are you aware that Xcode 9 just shipped last week and is a major rewrite of much of the IDE? It's one of the largest updates in Xcode's history.
Re: Dictionary and Set Improvements in Swift 4.0
#7Earlier quoted context omitted.
Are you aware that Xcode 9 just shipped last week and is a major rewrite of much of the IDE? It's one of the largest updates in Xcode's history.
So ... any good?
Re: Dictionary and Set Improvements in Swift 4.0
#8I really wish Swift could find a way to be useful on platforms other than Apple. I'd be willing to commit more to it if I could write truly portable code in it. It's got a good start on Linux, but Windows and Android would be cool too. Though Kotlin won out over Swift for Android (very similar languages but I like Swift a bit better there).
Re: Dictionary and Set Improvements in Swift 4.0
#9I really wish Swift could find a way to be useful on platforms other than Apple. I'd be willing to commit more to it if I could write truly portable code in it. It's got a good start on Linux, but Windows and Android would be cool too. Though Kotlin won out over Swift for Android (very similar languages but I like Swift a bit better there).
Otherwise developers are going to have lots of pain manually writting JNI wrappers to 90% of Android APIs.
Likewise on Windows with COM support.
Re: Dictionary and Set Improvements in Swift 4.0
#10Earlier quoted context omitted.
Are you aware that Xcode 9 just shipped last week and is a major rewrite of much of the IDE? It's one of the largest updates in Xcode's history.
So ... any good?
To me it was nothing but progress compared to 8 apart from that. Everything faster and better.