iOS App Development For Complete And Utter Coding Beginners

This course is designed for those interested to learn the basics of iOS app development. Read more.

No ratings yet
Course Skill Level
Beginner
Time Estimate
2h 14m

Taking you from zero to hero when it comes to programming! I teach in clear, understandable language without waffling!

Access all courses in our library for only $9/month with All Access Pass

Get Started with All Access PassBuy Only This Course

About This Course

Who is the target audience?

  • Beginners to coding should take this course
  • Anyone with coding experience (i.e., you know what a variable type is) should NOT take this course

What are the requirements?

  • You will need a Mac or at least have OS X running in a virtual machine
  • An internet connection to install Xcode (free)

What will I learn?

  • Create their own apps – even if they have no experience
  • Understand how apps are created the professional way
  • Be able to design their own apps inside of Xcode
  • Feel confident enough to charge for their app creation services

Does coding scare you? Think apps can only be made by geeks? Well I’m here to change that!

Learn the basic concepts, tools, and functions that you will need to build fully functional iOS apps with the popular programming language, Swift 2.

I assume you are a complete and utter beginner. So much so that fancy words like ‘object orientation’ and ‘delegate’ mean nothing to you! This course is the ideal way to learn programming – Bonus: You’ll have an app by the end of it!

Things you’ll learn:

  • xCode Installation on a Mac
  • Variables
  • Functions or Methods
  • Basic App Creation
  • Complex App Creation (you’ll make a full calculator app!)

A powerful skill at your fingertips:

Learning to program in Swift 2 for iOS apps puts power in your pocket. You will have the ability to make your own apps (that make money) or hire yourself out at $60 – $150 per hour.

Content and Overview: 

I must repeat – this course is for complete and utter beginners only!

You will be taken on a journey through:

  • What programming is (it’s quite simple, really)
  • How to write really simple programs (before we start making an app)
  • How to make the world’s simplest app
  • How to make a temperature converter app
  • How to make a fully featured calculator app

Suitable for beginning programmers, through this course will give you the fundamentals of programming. It establishes a strong understanding of app creation concepts and includes big, fancy words like “object-oriented programming (OOP)”. Each chapter closes with a small exercise, helping you put your new learned skills into practical use immediately. 

With these basics mastered, the course will take you through app flow control by teaching you how to use if statements and lots of other little programming nuggets of information.

Students completing this course will have the knowledge to create their own apps and create apps for paying customers.

All the source code is included in zip files so you can compare it with yours. Join today and never look back!

Credit: Promo music provided by bensound

Our Promise to You

By the end of this course, you will have the knowledge on how to start building and developing your first iOS app.

10 Day Money Back Guarantee. If you are unsatisfied for any reason, simply contact us and we’ll give you a full refund. No questions asked.

Get started today and learn more about the iOS app development.

Course Curriculum

Section 1 - Introduction
Introduction 00:00:00
Setting Up Xcode And iOS Simulators 00:00:00
Section 2 - What Programming Really Is And Writing Your First Code
Introduction To Programming 00:00:00
Using A Playground In Xcode 00:00:00
The Basics Of Programming - Variables 00:00:00
The Basics Of Programming - Methods 00:00:00
Summary Of First Code And Exercise 00:00:00
Section 3 - Your First App: Hello World
Creating And Running Your First App 00:00:00
What On Earth Does All This Code Mean? 00:00:00
How Do You Connect iOS Graphics To Code? 00:00:00
Section 4 - Your Second App: Celsius To Fahrenheit Converter
Making The Main Screen Of Our Temperature Converter 00:00:00
Connecting The Main Screen Of Temperature Converter To Code 00:00:00
Writing The Main Code Of Our Temperature Converter App 00:00:00
Assignments For Temperature Converter 00:00:00
Section 5 - Your Third App: An Awesome Calculator
Introduction To Calculator App 00:00:00
Making Our Calculator Screen - Layouts 00:00:00
Making Of Our Calculator Screen - Buttons 00:00:00
Connecting Calculator Screen To Code 00:00:00
Writing The Main Code Of Our Calculator 00:00:00
Adding More Numbers To The Display 00:00:00
Final Code For Performing The Sum 00:00:00

About This Course

Who is the target audience?

  • Beginners to coding should take this course
  • Anyone with coding experience (i.e., you know what a variable type is) should NOT take this course

What are the requirements?

  • You will need a Mac or at least have OS X running in a virtual machine
  • An internet connection to install Xcode (free)

What will I learn?

  • Create their own apps – even if they have no experience
  • Understand how apps are created the professional way
  • Be able to design their own apps inside of Xcode
  • Feel confident enough to charge for their app creation services

Does coding scare you? Think apps can only be made by geeks? Well I’m here to change that!

Learn the basic concepts, tools, and functions that you will need to build fully functional iOS apps with the popular programming language, Swift 2.

I assume you are a complete and utter beginner. So much so that fancy words like ‘object orientation’ and ‘delegate’ mean nothing to you! This course is the ideal way to learn programming – Bonus: You’ll have an app by the end of it!

Things you’ll learn:

  • xCode Installation on a Mac
  • Variables
  • Functions or Methods
  • Basic App Creation
  • Complex App Creation (you’ll make a full calculator app!)

A powerful skill at your fingertips:

Learning to program in Swift 2 for iOS apps puts power in your pocket. You will have the ability to make your own apps (that make money) or hire yourself out at $60 – $150 per hour.

Content and Overview: 

I must repeat – this course is for complete and utter beginners only!

You will be taken on a journey through:

  • What programming is (it’s quite simple, really)
  • How to write really simple programs (before we start making an app)
  • How to make the world’s simplest app
  • How to make a temperature converter app
  • How to make a fully featured calculator app

Suitable for beginning programmers, through this course will give you the fundamentals of programming. It establishes a strong understanding of app creation concepts and includes big, fancy words like “object-oriented programming (OOP)”. Each chapter closes with a small exercise, helping you put your new learned skills into practical use immediately. 

With these basics mastered, the course will take you through app flow control by teaching you how to use if statements and lots of other little programming nuggets of information.

Students completing this course will have the knowledge to create their own apps and create apps for paying customers.

All the source code is included in zip files so you can compare it with yours. Join today and never look back!

Credit: Promo music provided by bensound

Our Promise to You

By the end of this course, you will have the knowledge on how to start building and developing your first iOS app.

10 Day Money Back Guarantee. If you are unsatisfied for any reason, simply contact us and we’ll give you a full refund. No questions asked.

Get started today and learn more about the iOS app development.

Course Curriculum

Section 1 - Introduction
Introduction 00:00:00
Setting Up Xcode And iOS Simulators 00:00:00
Section 2 - What Programming Really Is And Writing Your First Code
Introduction To Programming 00:00:00
Using A Playground In Xcode 00:00:00
The Basics Of Programming - Variables 00:00:00
The Basics Of Programming - Methods 00:00:00
Summary Of First Code And Exercise 00:00:00
Section 3 - Your First App: Hello World
Creating And Running Your First App 00:00:00
What On Earth Does All This Code Mean? 00:00:00
How Do You Connect iOS Graphics To Code? 00:00:00
Section 4 - Your Second App: Celsius To Fahrenheit Converter
Making The Main Screen Of Our Temperature Converter 00:00:00
Connecting The Main Screen Of Temperature Converter To Code 00:00:00
Writing The Main Code Of Our Temperature Converter App 00:00:00
Assignments For Temperature Converter 00:00:00
Section 5 - Your Third App: An Awesome Calculator
Introduction To Calculator App 00:00:00
Making Our Calculator Screen - Layouts 00:00:00
Making Of Our Calculator Screen - Buttons 00:00:00
Connecting Calculator Screen To Code 00:00:00
Writing The Main Code Of Our Calculator 00:00:00
Adding More Numbers To The Display 00:00:00
Final Code For Performing The Sum 00:00:00

Are you interested in higher education?