What helped me learn how to make iOS apps
I started making iOS apps soon after Xcode 6 beta was released, one of the main attractions for me was the new programming language, Swift . I really enjoyed coding in Swift but making an iOS app is more than just about coding in Swift, there's a whole bunch of additional stuff that you need to know. In this blog post, I am just going to share a list of online resources that helped me learn how to make iOS apps and eventually get to creating my first iOS app My Day Todo s. Ok, I will try to get through the resources that I found in Chronological order, In the beginning... Swift was new and Xcode 6 was still in beta, so there weren't a whole lot of useful resources out there, some of my SO questions were down-voted and closed. In fact for one of my questions someone on SO who possibly down-voted my question commented that, "this is not a real question, it is so simple to do this in Objective-C"... I am pretty sure my question was very clear about me working with ...