How to start developing iOS Apps
Firstly, If you are a Windows user, start using Mac for few days to get used to the OSX (Its just different from Windows).
Prerequisites to develop an App:
1. Xcode - IDE (Development tool) latest version(5.0 as on 2 August 2014).
2. Objective C - OOP concepts to learn Objective C as it is a OOP language like java.
3. Macinthosh OSX - Mavericks is the latest version
4. Some UI knowedge - Check some apps available online.
XCode Download link
If you are not clear on OOP. Please do some reading.
Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language. It is the main programming language used by Apple for the OS X and iOS operating systems, and their respective application programming interfaces (APIs), Cocoa and Cocoa Touch.
There are different awesome tutorials by lynda, Ray Wenderlich tutorials.
I will update some more links later on. Have fun developing iOS apps.





