-
Notifications
You must be signed in to change notification settings - Fork 1
Tutorial
#Guidelines to Help Beginners with Development
1) Get familiar with Swift, the language that we have used to develop the iOS application by using these Swift tutorials
2) Get familiar with the Object Library in Xcode:
The Object library in Xcode contains all the different objects, such as button, text fields, tables, etc. that you will need while developing your application. Here is a screenshot of the Object library in Xcode:
![] (http://appliftonews.ru/upload/img/103.png)
3) Follow tutorials online as needed for help; an example is available here: iOS Development Tutorial
1) Stack Overflow - Q&A for technical software topics. Good for specific questions like "What does this error mean"
2) Quora - Q&A for general topics. Good advice on entrepreneurship, start ups, programming practices, etc.