Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build your first iOS App in Swift
Rating: 4.7 out of 5(26 ratings)
112 students

Build your first iOS App in Swift

iOS Application Development for Beginners
Created byZeph Cohen
Last updated 3/2018
English

What you'll learn

  • Have a broad understanding of how to properly architect and structure a basic iOS application.

Course content

1 section21 lectures3h 27m total length
  • Course Overview0:51
  • Getting Setup5:38
  • Learning All About View Controllers7:03
  • Segues and Navigation Controllers7:24
  • Understanding Table View Controllers6:43
  • Implementing The Todo List13:16
  • Connecting The Detail View Controller8:41
  • Learning how to Subclass UITabeViewCell10:23
  • Introduction to Auto Layout & Constraints12:00
  • Hooking up the TaskTableViewCell8:41
  • Implementing the Task Creator View Controller5:17
  • Designing the Task Creator View Controller User Interface13:06
  • Collecting User Input through UITextFields14:59

    Learn to collect user input with UITextFields in a Swift iOS app by wiring controls, implementing the text field delegate, dismissing the keyboard on return, and configuring placeholders.

  • Introducing the UIPickerView12:07
  • Introducing the UIDatePicker10:28

    Learn how to add and configure a UIDatePicker to capture a task due date, connect it to a text field, handle value changes, format the date, and update the UI.

  • Improving the User Experience9:48

    Improve the user experience by repositioning the navigation bar with constraints and a delegate, and by adding a tap gesture to dismiss keyboards and date pickers.

  • Creating the Todo Task12:07
  • Introduction to Protocols and Delegation10:35

    Explore protocols as blueprints and implement the delegation design pattern to pass new tasks from a task creator to a to-do list, using Swift protocols, extensions, and delegates.

  • Implementing the TaskCreatorDelegate9:06

    Learn to implement the TaskCreatorDelegate, add an optional delegate property, and notify didCreateNewTask when a new task is created in the to-do list.

  • Styling the Detail View Controller16:27

    Style the detail view controller by adding labels, configuring fonts, and applying auto layout constraints to display the task title, type, and due date across device sizes.

  • Final Polishing Touches13:03
  • Life Reminder - Reminder Tracking Application

Requirements

  • You will need a Mac computer running macOS with the Xcode IDE

Description

Welcome to iOS fundamentals course where we will explore a high level overview of all the building blocks you will need to build great iOS applications. 

This class covers a broad overview of iOS related topics in bite sized videos that you can follow along with. This class assumes you have some exposure to programming and are able to get setup and follow along. To succeed in this class it is best to follow along with each video. You would be best served by coding along with the video and making sure that your project outputs the same or similar results as mine as you go through each video in the series. 

The class project will require that you exercise many of the topics covered in the videos to build your own application. You can refer to the class videos if you get stuck or forget how to do something a particular way. If you code along the way throughout each video you can refer to that as a reference for the class project. 

Specific topics covered in this course are: 

  • Subclassing UIViewControllers
  • Understanding different kinds of segues and application navigation 
  • Learning about UINavigationControllers and UITableViewControllers 
  • AutoLayout 
  • Subclassing UITableViewCells 
  • The basics of protocols and delegation 
  • Learning about the UIPickerView 
  • Capturing user input with UITextFields 
  • Passing data between view controllers 
  • Creating UI elements programmatically 
  • Learning the basic concepts of caring about the user interface and user experience. 

Technologies Used in this Tutorial:

  • Swift 4
  • Xcode 9
  • macOS Operating System

 

Who this course is for:

  • Beginner level programmers who want to learn mobile application development in iOS