[iOS] Learning iOS as an Android developer
Learning iOS as an Android developer By Guest Contributor February 14, 2013, 7:52 AM PST Takeaway: Android developer Chiu-Ki Chan learned iOS to develop her Heart Collage app on both platforms. Find out her overall impressions of iOS development. As a veteran Android developer, I have always been curious about the iOS platform. Is Objective-C hard to learn? Is it really much easier to make a beautiful UI in iOS? I decided that the best way is to write an app on both platforms and compare. An app that I actually launch, so I experience the whole process, from coding to UI design to distribution. The result is Heart Collage , available on both Apple App Store and Google Play . Here are my thoughts after learning iOS for two months. The setup I wrote an universal app in iOS 6, with auto layout and storyboard. I chose iOS 6 for the new functionalities like UICollectionView and UIActivityViewController. Auto layout and storyboard tr...