Question

I started learning IOS development a month ago. Normally, I use a single View Application in order to develop my IOS application.

Now, I just need to test some features in objective c like polymorphism, encapsulation and inheritance. However, I don't know which xcode template I should use for that.

Could you help me please?

Sorry for this rookie question

Edit

In other words, I don't want to test those features on an IOS application. Instead, I need a template like the one you would recommend to a new c++ student.

Was it helpful?

Solution

Check below links. It will help to study all beginning level tutorials.

http://www.appcoda.com/ios-programming-course/

and for objective C testing. you can use commend Line tool.

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top