Some Notes on Learning iOS Development

Here are my notes I took while following Apple’s getting started documents for iOS App Development. Also, it is better to bear in mind that I have .Net/C# background for years and mostly comparing iOS Development flow within this context.


Great apps solve a single, well-defined problem

Part of defining the purpose is understanding what one will motivate to use your app

An app concept doesn’t have to be completely polished and finished. Still, it helps to have an idea of where you’re going and what you need to get there.


XCode auto complete works perfect?!

Control-Drag features save the day. It was a feeling of Drag&Drop features of Visual Studio back in 2003 comparing with Eclipse for Android.

The syntax looked weird at the beginning. However, I liked the idea behind why Objective-C is a good extension of C in terms of modern object-oriented paradigms.

Xcode and iOS simulator are one of the fastest IDE combinations like Visual Studio and IIS Express 🙂


The documentation itself is so friendly and the topics are not overwhelmingly boring. It just flows and you might not realise the time spent while following. I realised it after 8th hour :))

Advertisement

Published by

What do you think?

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.