iPhone App Programming for iOS7 – Create a real iOS app
iPhone App Programming for iOS7 – Create a real iOS app, available at $19.99, has an average rating of 4, with 69 lectures, based on 19 reviews, and has 3261 subscribers.
You will learn about Create a real iPhone app Design User Interfaces in Xcode 5 Prototype ideas and create apps Learn Objective C This course is ideal for individuals who are Objective C programming experience is recommended or Student should have a basic understanding of variables, functions, loops, and Objects It is particularly useful for Objective C programming experience is recommended or Student should have a basic understanding of variables, functions, loops, and Objects.
Enroll now: iPhone App Programming for iOS7 – Create a real iOS app
Summary
Title: iPhone App Programming for iOS7 – Create a real iOS app
Price: $19.99
Average Rating: 4
Number of Lectures: 69
Number of Published Lectures: 69
Number of Curriculum Items: 69
Number of Published Curriculum Objects: 69
Original Price: $24.99
Quality Status: approved
Status: Live
What You Will Learn
- Create a real iPhone app
- Design User Interfaces in Xcode 5
- Prototype ideas and create apps
- Learn Objective C
Who Should Attend
- Objective C programming experience is recommended
- Student should have a basic understanding of variables, functions, loops, and Objects
Target Audiences
- Objective C programming experience is recommended
- Student should have a basic understanding of variables, functions, loops, and Objects
Learn to create iPhone apps
- Follow along in Xcode 5 to turn your ideas into iPhone apps.
- Create iPhone apps with easy to follow, step-by-step instructions, in this in-depth course taught by an expert instructor.
This course features HD lectures and programming screencasts with large, clear text. Listen to crisp audio and follow Paul Solt’s instruction with demonstrations and on-screen pointer and highlighting.
Overview
You will learn how to create an iPhone app interface using Xcode's Interface Builder. Drag and drop buttons, labels, and images to create your first iPhone app. The interface designer is a great tool to learn for prototyping app ideas.
Paul Solt will show you how to connect code and the user interface together along with the best practices and potential pitfalls. You'll learn what to avoid, and how to solve problems that can crash an iPhone app.
Topics
- Interface design
- Debugging
- Responding to user input
- Displaying content
- Auto Layout and responsive design
- Lists using the UITableView
- Saving and loading data
Read what my students have said
“I really like this class. I would recommend it to anyone starting to learn iOS development, because not matter if you know or don’t know a programming language Paul explains things very clear. It’s a nice class to take.“ –Carlos King
“I’m totally enjoying this course. Paul explains it all perfectly even I’m do not speak very good English. Do I recommend this class? YES!” –Miguel Arjona
“Absolutely fantastic. It’s about time there was a high quality class available online to learn about iPhone app development. Definitely would recommend!” –Dot Fuz
App Store
If you want to learn how to program in Objective-C and how to design a real world app, you need to signup. You can make real money by selling the app design in this course!
Course Curriculum
Chapter 1: iPhone Programming
Lecture 1: Welcome
Lecture 2: Mac OSX Setup with Xcode
Lecture 3: Windows Setup with MacInCloud.com
Lecture 4: 1.1 Lecture – iPhone Programming
Lecture 5: 1.2 Challenge – Sketch Your iPhone App
Chapter 2: Xcode 101
Lecture 1: 2.1 Lecture – Xcode 101
Lecture 2: 2.2 Tutorial – Xcode 101
Lecture 3: 2.3 Tutorial – Xcode 101 Troubleshooting
Lecture 4: 2.4 Challenge – Xcode 101 Terms
Chapter 3: Picking an App Idea
Lecture 1: 3.1 Lecture – Picking an App Idea
Lecture 2: 3.2 Challenge – Stop Watch – Start Your App Idea in Xcode
Chapter 4: User Interface
Lecture 1: 4.1 Tutorial – User Interface Layout
Lecture 2: 4.2 Challenge – Stop Watch – Setup an NSTimer
Chapter 5: Connect the User Interface to Code
Lecture 1: 5.1 Tutorial – Connect the User Interface to Code
Lecture 2: 5.2 Challenge – Stop Watch – Connect Buttons and Format NSDate Objects
Chapter 6: App Logic
Lecture 1: 6.1 Tutorial – Create App Logic with Custom Classes
Lecture 2: 6.2 Challenge – Stop Watch – Calculate Elapsed Time
Lecture 3: 6.2.1 Challenge Bonus – Stop Watch – Calculate Elapsed Time
Lecture 4: 6.2.2 Challenge Bugfix – Stop Watch – Calculate Elapsed Time
Lecture 5: 6.3 Challenge – Stop Watch – Refactoring Elapsed Time
Chapter 7: Linking App Logic to User Interface
Lecture 1: 7.1 Tutorial – Link the App Logic and the UI
Lecture 2: 7.2 Challenge – Create a Custom Class
Chapter 8: Hide the Keyboard and Use Delegate Objects
Lecture 1: 8.1 Tutorial – Hide the Keyboard and Use Delegate Objects
Lecture 2: 8.2 Challenge – Create a Protocol and Delegate Object
Chapter 9: Auto Layout Explained
Lecture 1: 9.1 Lecture – Auto Layout Explained
Lecture 2: 9.2 Lecture – Auto Layout Explained
Lecture 3: 9.3 Tutorial – Auto Layout Explained
Lecture 4: 9.4 Tutorial – Auto Layout Explained
Chapter 10: 10.1 Tutorial – Live Preview with Auto Layout Constraints
Lecture 1: 10.1 Tutorial – Live Preview with Auto Layout Constraints
Chapter 11: Live Preview Logic with Auto Layout
Lecture 1: 11.1 Lecture – Live Preview Logic
Lecture 2: 11.2 Tutorial – Live Preview Logic
Chapter 12: MVC, Multiple Screens, and the TableViewController
Lecture 1: 12.1 Lecture – Model View Controller
Lecture 2: 12.2 Tutorial – UINavigationController
Lecture 3: 12.3 Tutorial – UITableViewController and Multiple Screens
Lecture 4: 12.4 Tutorial – UITableView DataSource and Test Data
Lecture 5: 12.5 Tutorial – Delegate Protocol and Dismissing Screens
Lecture 6: 12.6 Tutorial – Selecting TableView Rows and Updating Data
Chapter 13: TableView from Scratch
Lecture 1: 13.1 Tutorial – UITableView from Scratch using UITableViewDelegate
Lecture 2: 13.2 Tutorial – Custom UITableViewCell from xib File for UITableView
Lecture 3: 13.3 Tutorial – UITableViewCell Outlets Actions and UIButtons
Lecture 4: 13.4 Tutorial – UITableViewCell UIButton Bug Fix in iOS 7 for UITableView
Lecture 5: 13.5 Tutorial – Multiple Stop Watches in a UITableView List
Lecture 6: 13.6 Tutorial – Fixing Bugs in the StopWatch TableView
Chapter 14: Saving and Loading Data on iPhone
Lecture 1: 14.1 Tutorial – Save and Load Data From Files in the Documents Directory
Lecture 2: 14.2 Tutorial – Save and Load NSString Data From UITextArea User Input on iPhone
Lecture 3: 14.3 Tutorial – Save and Load MatBorder App Data using NSKeyedArchiver
Lecture 4: 14.4 Tutorial -Prevent Crashes with Try Catch and Starter Data for the MatBorder
Lecture 5: 14.5 Tutorial – Save and Load User Settings for your App with NSUserDefaults
Lecture 6: 14.6 Challenge – Save the Current Version to NSUserDefaults and Use UIAlertView
Chapter 15: Custom UIView Design and Touch Input with Gestures
Lecture 1: 15.1 Tutorial – UnitSliderView a Custom UIView loaded from xib file
Lecture 2: 15.2 Tutorial – Redesign UI for Touch Input with Gestures
Lecture 3: 15.3 Tutorial – Load and Animate a Custom UIView Programmatically
Lecture 4: 15.4 Tutorial – Gesture Input for Number and Fraction Labels
Lecture 5: 15.5 Tutorial – Public UnitSliderView Properties and Code Cleanup
Lecture 6: 15.6 Tutorial – Custom Property Setters and Pitfalls with Floor
Lecture 7: 15.7 Tutorial – Value Changed and Property Logic for UnitSliderView
Chapter 16: Delight Users: Use Math to Convert Decimal Numbers into Readable Fractions
Lecture 1: 16.1 Lecture – Convert Decimal Numbers to Fractions
Lecture 2: 16.2 Tutorial – Create a Fraction Class
Lecture 3: 16.3 Tutorial – GCD Algorithm to Find Greatest Factor
Lecture 4: 16.4 Tutorial – Reduce Fraction with GCD Algorithm
Lecture 5: 16.5 Tutorial – Convert a Number to a Fraction
Lecture 6: 16.6 Tutorial – Combine Fraction Code with the MatBorder App
Lecture 7: 16.7 Tutorial – Custom Fraction Label
Lecture 8: 16.8 Tutorial – Custom Fraction Label Logic
Chapter 17: Moving Forward
Lecture 1: 17.0 Tutorial – Wrapping Up and Fixing Colors and Labels
Lecture 2: 17.1 Tutorial – UIImagePickerController for Image Selection
Chapter 18: 16.7 Tutorial – Custom Fraction Label
Lecture 1: 18.0 Lecture – Closing Thoughts
Lecture 2: iPhone Programming Courses
Lecture 3: Upcoming Intermediate and Advanced iPhone Courses
Instructors
-
Paul Solt
iPhone App Expert
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 0 votes
- 3 stars: 2 votes
- 4 stars: 3 votes
- 5 stars: 13 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024