Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
iOS App Development for Beginners
278 students

iOS App Development for Beginners

Learn how to make iOS applications with no programming experience. (iPhone/iPad).
Created bymy bringback
Last updated 4/2014
English
English [Auto],

What you'll learn

  • By the end of this course, you will have a vast knowledge of a variety of features that can be implemented within your apps.

Course content

1 section50 lectures5h 15m total length
  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.1 Installing Xcode 44:37

    Learn Xcode 4 Tutorial iOS iPad iPhone 1.1 Installing Xcode 4

    follow us:
    twitter: http://www.twitter.com/mybringback
    facebook: http://www.facebook.com/mybringback

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.2 Xcode Overview Basics8:47

    Learn Xcode 4 Tutorial iOS iPad iPhone 1.1 Installing Xcode 4

    follow us:
    twitter: http://www.twitter.com/mybringback
    facebook: http://www.facebook.com/mybringback

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.3 Implementing Methods and Actions8:32

    Learn Xcode 4 Tutorial iOS iPad iPhone 1.1 Installing Xcode 4

    follow us:
    twitter: http://www.twitter.com/mybringback
    facebook: http://www.facebook.com/mybringback

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.4 Variables, Outlets, Actions7:20

    Wire text fields and a label in Interface Builder to power a calculator, establishing outlets for value1, value2, total, and actions for calculate and clear.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.5 Implementing Methods Actions8:32
  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.6 Customizing App Icon5:58

    Learn how to customize your iOS app icon in Xcode, size assets correctly (72x72) for iPad and iPhone, import icons into the project, and preview them in the simulator.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.7 Basic Alert View8:19
  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.8 Basic Alert View with Options4:13

    Explore how to build basic iOS alerts in Xcode 4, display input from a text field, and offer options like send to Facebook or Twitter.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.9 Alert View Option Values4:53
  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.10 Customizing Keyboard Options5:08

    Learn to customize the keyboard for text fields in a view, using labels and text fields. Configure keyboard types like phone pad, email, and numbers and punctuation to guide input.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.11 Dismissing Keyboard7:38

    Learn how to dismiss the keyboard by tapping the background, using a full-screen button and resigning the first responder, and connect outlets and actions for multiple text fields.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.12 Intro to SplitView App4:22

    Explore the split view base application template in Xcode for iPad and iPhone development, and learn to run the app in the simulator with a master and detail view.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.13 Displaying Items SplitView6:53

    Explore building a split view iOS app by configuring a master list and detail view in Xcode, populate a logo list array, and display items in a table view.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.14 RootView - DetailView SplitView8:32

    Learn to implement a split view master-detail interface in iOS using Xcode, populating a root table with items and displaying corresponding logos in the detail view.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.15 Load Webpage UIWebView5:44

    Create a simple iPad app that loads a web page using a UIWebView, wiring outlets, configuring the web view, and launching it to display google.com.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.16 UIWebView Button Navigation pt13:42

    Learn to embed a UIWebView in an iOS app with Xcode 4, using a navigation bar and launch action to load web content within the app.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.17 UIWebView Button Navigation pt25:10

    Create a UIWebView with a top toolbar featuring home, refresh, stop, rewind, and fast-forward buttons, wiring actions to load pages and test navigation.

  • Learn XCode 4 Tutorial iOS iPad iPhone 1.18 UIWebView URL Bar WWW6:45

    Enable a URL bar to create a mini browser in the iOS app using a text field, go action, and UIWebView.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.19 Background Image Integration4:43

    Learn to integrate a background image in an iPad app with Xcode 4, place a logo and three buttons, and preview the result in the simulator.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.20 Playing Sound With Button6:54

    Hook up a sound file to a button using the Audio Toolbox, import the framework, add the wave file, and play the system sound on press.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.21 Object Orientation & Sizing3:03
  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.22 Custom Orient & Sizing pt15:28

    Learn to manually adjust a button’s size and position for portrait and landscape views in an Xcode 4 iOS app, using outlets and synthesize in the header file.

  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.23 Custom Orient & Sizing pt 27:16
  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.24 Tab Bar Images -Titles5:43
  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.25 Adding Tab Bar Items7:47
  • Learn Xcode 4 Tutorial iOS iPad iPhone 1.26 Upgrade - Install Xcode 4.2.12:47
  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.27 Storyboard Basics Pt 16:57

    Learn storyboard basics in Xcode 4.2, building a multi-view iOS app with a home page and two buttons, red and blue, and prepare to hook them up in part 2.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.28 Storyboard Basics Pt 24:46

    Learn to connect storyboard buttons to view controllers with segues in Xcode 4.2, navigating between blue, red, and home screens using modal, push, and popover transitions.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.29 DatePicker Basics pt19:10
  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.30 DatePicker Basics pt26:11

    Learn how to use a date picker in a simple iOS app, capture the selected date from a date picker, and display it in a label via outlets and actions.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.31 Slider Basics pt15:12
  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.32 Slider Basics pt24:29
  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.33 Textfield, button, and labels...o7:24

    Build a simple iOS app in Xcode 4.2 with a text field, a label, and a button. Display the text field content in the label when the button is clicked.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.34 In App Email Basics pt 16:29

    Learn the basics of in-app emailing for iPad and iPhone apps in Xcode 4.2 by adding a send via e-mail button, wiring an action, and integrating the Message UI framework.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.35 In App Email Basics pt 29:05
  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.36 Deleting Apps on Simulator1:24
  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.37 Basics of Twitter Integration10:40

    Learn how to integrate the Twitter framework into an iOS app, add a tweet button, present a tweet composer with initial text, and handle capability checks with alerts.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.38 Basic MapView with MapKit5:10
  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.39 Adding Tab Bars with StoryBoard5:22
  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.40 Pan Gesture Recognizer8:40

    Learn to implement a pan gesture recognizer in Xcode 4.2 to move an image view on iPhone or iPad, using storyboard setup and gesture translation to update the image position.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.41 Combining Navigation Controller wi9:41

    Learn to embed a navigation controller within a tab bar in Xcode, creating a tabbed app that navigates between color-coded view controllers using push segues.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.42 Automatic Reference Counting ARC3:50

    Explore how automatic reference counting (ARC) simplifies memory management in Xcode 4.2, replacing manual retain and release, so you can focus on core coding and rapid app development.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.43 Temperature Converter9:30

    Learn to build a Fahrenheit to Celsius converter in Xcode 4.2 for a single view app. Implement the (f-32)*5/9 formula and display the result in the Celsius field.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.44 Assign Class .h/.c to View Control4:51

    learn to add a third view controller to a tab bar in xcode 4.2, create its .h/.c header and implementation, and assign the class in the storyboard identity inspector.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.45 Playing A Sound From Button (sound8:13

    Learn to add the audio toolbox framework, connect a button to play a boom wave file, and implement system sound playback in a new Xcode 4.2 iOS app.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.46 Tab Bar with TableView3:27

    Create a basic tab bar iOS app in Xcode 4.2 by adding a table view controller to the second tab and wiring it to the tab bar.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.47 Segmented Control and Label pt16:51

    Explore building a two-segment iOS segmented controller in a quiz-style app using Xcode, storyboard, and outlets, with a label that updates as the user selects June or July.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.48 Segmented Control and Label pt24:13

    Learn how to implement a segmented control in Xcode 4.2 and update a label based on the selected index, guiding you through iOS UI development for beginners.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.49 Formatting Numbers with NSNumber11:35

    Build a simple iOS app in Xcode 4.2 that formats numbers with NSNumber formatter, takes two float inputs, calculates a total, and displays currency with per week text.

  • Learn Xcode 4.2 Tutorial iOS iPad iPhone 1.50 Clear Textfields and Labels With B3:22

    Learn how to clear text fields and labels in an iOS app using a clear button in Xcode 4.2, wiring up an action, and resetting fields to blank.

Requirements

  • Xcode (Integrated Development Environment)

Description

This tutorial series, will introduce iOS application development for beginners. This course is designed to start from the very basics and teach you different features to implement within your applications.

Who this course is for:

  • Beginners programmers
  • iOS Developers
  • iPhone - iPad developers