I heard from devs Swift 1.0 is still alpha quality (tools) and Apple shouldn't release it. Would you use it for new project?
I attended a Swift workshop (hosted by Apple) on my campus today. After the workshop, I asked one of the Apple engineers what he recommended in terms of developing iOS apps. He told me that he hadn't even seen what Swift looked like until today, that Apple employees are banned from using it (and that they actually have code checkers to make sure), and that he wouldn't learn it solely w/o Obj-C until a few years from…
Developing iOS 8 Apps with Swift
21–30 of 49 posts
Re: Developing iOS 8 Apps with Swift
#22I heard from devs Swift 1.0 is still alpha quality (tools) and Apple shouldn't release it. Would you use it for new project?
I attended a Swift workshop (hosted by Apple) on my campus today. After the workshop, I asked one of the Apple engineers what he recommended in terms of developing iOS apps. He told me that he hadn't even seen what Swift looked like until today, that Apple employees are banned from using it (and that they actually have code checkers to make sure), and that he wouldn't learn it solely w/o Obj-C until a few years from…
Re: Developing iOS 8 Apps with Swift
#23I heard from devs Swift 1.0 is still alpha quality (tools) and Apple shouldn't release it. Would you use it for new project?
I wrote a custom keyboard using Swift. XCode stability was mostly OK. SourceKit crashed sometimes (disabling syntax highlight and autocomplete), but it didn't cause much headache. The thing that bothered me most was that iOS app wrote with Swift was packaged with 8 MB runtime libraries, so it was like 100 kB of my code and 8 MB of swift runtime libraries which I didn't like at all. I tried to learn how to write an OS…
Re: Developing iOS 8 Apps with Swift
#24Re: Developing iOS 8 Apps with Swift
#25Would this be recommended to those who have no experience in programming but want to learn Swift?
Re: Developing iOS 8 Apps with Swift
#26Would this be recommended to those who have no experience in programming but want to learn Swift?
Note that I am still a noob at Objective C, however I have learnt bit of Python and things still make sense. Hope this helps you.
Re: Developing iOS 8 Apps with Swift
#27Re: Developing iOS 8 Apps with Swift
#28Would this be recommended to those who have no experience in programming but want to learn Swift?
Perhaps start from a tutorial like [1] to learn the basics and also object oriented paradigms. Then, follow the Swift course.
[1] http://code.tutsplus.com/series/python-from-scratch--net-205...
Re: Developing iOS 8 Apps with Swift
#29Would this be recommended to those who have no experience in programming but want to learn Swift?