iOS 8 and Swift – How to Make a "Freaking" iPhone App
iOS 8 and Swift – How to Make a "Freaking" iPhone App , available at $54.99, has an average rating of 4.55, with 166 lectures, 2 quizzes, based on 403 reviews, and has 14769 subscribers.
You will learn about You will have apps you created in the App Store You will make apps that use GPS, the camera and the microphone You will make a social networking app By the end of this course, you will be an iOS developer This course is ideal for individuals who are No programming experience required or Someone who hasn't had any luck with other tutorials or Someone who doesn't care about the science and just wants to make A FREAKING APP It is particularly useful for No programming experience required or Someone who hasn't had any luck with other tutorials or Someone who doesn't care about the science and just wants to make A FREAKING APP.
Enroll now: iOS 8 and Swift – How to Make a "Freaking" iPhone App
Summary
Title: iOS 8 and Swift – How to Make a "Freaking" iPhone App
Price: $54.99
Average Rating: 4.55
Number of Lectures: 166
Number of Quizzes: 2
Number of Published Lectures: 166
Number of Published Quizzes: 2
Number of Curriculum Items: 168
Number of Published Curriculum Objects: 168
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- You will have apps you created in the App Store
- You will make apps that use GPS, the camera and the microphone
- You will make a social networking app
- By the end of this course, you will be an iOS developer
Who Should Attend
- No programming experience required
- Someone who hasn't had any luck with other tutorials
- Someone who doesn't care about the science and just wants to make A FREAKING APP
Target Audiences
- No programming experience required
- Someone who hasn't had any luck with other tutorials
- Someone who doesn't care about the science and just wants to make A FREAKING APP
We have a new class!
Search “iOS 9 Adventure” for the most up-to-date material.
Or you can scroll down to the very bottom of this page, and find my iOS 9 class in More From Nick Walter.
This is the class I wish I had when I was trying to learn iOS development. I have a unique perspective to teach this class because I’ve been the newb that couldn’t understand tutorials or blog posts. No prior programming experience is required.
I will walk you through everythingyou need to start making apps. Getting Xcode (the program we use to make apps) setup and on your machine, making a developer account with Apple, and running the iPhone and iPad simulator on your mac.
I firmly believe that the best way to learn is by doing. So we’ll make a series of 8 killer apps, each app going into depth on teaching the most important iOS app development skills. Here is an overview of the apps we’ll be making:
Apps that…
- …record audio with the microphone
- …use the front and rear cameras on iOS devices
- …leverage game principles (FLAPPY BIRD clone)
- …connect with Twitter
- …use GPS information
- …connect with PARSE to make a social network
- …use Bluetooth
- …and more
Once each of these apps are built, I’ll teach you everything you need to know to submit these apps to the App Store. We’ll also cover how to make money in iOS, and how you can continue to stay in the loop as an iOS developer and keep up with the latest and greatest. These topics could be a whole class in and of itself!
What makes me the right teacher?
- I have 9 iOS apps in the App Store which total over 300,000+ downloads
- I teach more than 17,000 other students in my conglomerate of highly rated Udemy courses
- I use an energetic and engaging course style that involves students. I guess you could say, I’m far from a robotβ¦ and it should be entertaining π
- I have been doing iOS development for 4+ years
- When I was first learning iOS development, I was often confused by wordy blog posts and tutorials. I’ll never talk over your head.
- I created the first Udemy Swift course and also teach the highly rated βApple Watch – Go From Newbie to Pro by Building 15 Apps” course.
Who is this class for?
- People who want to make apps. I will not be teaching wordy or complicated computer science philosophies. I will be teaching you how to make apps that you can play with, share with friends & family, and offer to the world!
- Beginners. You don’t need any programming experience to take this class. I have been the absolute beginner before and I want to help you.
- Those programmers who are new to iOS 8 or Swift. Dive in with your prior experience and move more quickly, on to become an impressive iOS developer.
- Entrepreneurs who have an idea for an app. Don’t pay somebody thousands to build your app. Do it yourself. Having the ability to create something you can think of is extremely powerful.
- Career development professionals who want to earn money professionally via contract work, consulting, full-time employment, and so forth
Course Curriculum
Chapter 1: Your First Freaking App
Lecture 1: Welcome
Lecture 2: Download Xcode
Lecture 3: Turn Down For What!?
Chapter 2: Goals of the Class
Lecture 1: Who Am I?
Lecture 2: Goals of the Class
Lecture 3: Tips for Success
Lecture 4: Steve Jobs
Chapter 3: *APP 1* – Emoji Dictionary
Lecture 1: Source Code – Emoji Dictionary
Lecture 2: Intro
Lecture 3: App Idea
Lecture 4: Sketch It Out!
Lecture 5: Xcode Tour
Lecture 6: What's A View Controller?
Lecture 7: Storyboard To Code
Lecture 8: Our First TableView
Lecture 9: Data Source And Delegate
Lecture 10: Arrays
Lecture 11: Our Next View Controller
Lecture 12: Segues
Lecture 13: Navigation Controller
Lecture 14: Sending Over Emojis Part 1
Lecture 15: Sending Over Emojis Part 2
Lecture 16: Clean Up
Lecture 17: *CHALLENGE*
Lecture 18: Finishing Up
Chapter 4: Developer Account
Lecture 1: Why Do I Need a Developer's Account?
Lecture 2: How to Make a Developer's Account
Chapter 5: *APP 2* – Soundboard
Lecture 1: Soundboard Source Code
Lecture 2: Intro
Lecture 3: Sketchers, It's The "S"
Lecture 4: Setup The Table View
Lecture 5: Finish The Table View
Lecture 6: Playing Sound
Lecture 7: Sound Objects
Lecture 8: Sound View Controller
Lecture 9: Saving Sounds
Lecture 10: Setup Recorder
Lecture 11: Our First Recording
Lecture 12: Core Data Part 1
Lecture 13: Core Data Part 2
Lecture 14: Challenge
Lecture 15: Outro
Chapter 6: The App Store
Lecture 1: App Store Tips
Lecture 2: Automatic Certificates
Lecture 3: Manual Certificates
Lecture 4: App IDs
Lecture 5: Provisioning Profiles
Lecture 6: iTunes Connect
Lecture 7: Metadata
Lecture 8: Uploading Your Build
Chapter 7: Swift
Lecture 1: Intro
Lecture 2: What is Swift?
Lecture 3: Variables and Constants
Lecture 4: Strings and Ints
Lecture 5: If Statements and Booleans
Lecture 6: Arrays
Lecture 7: For Loops
Lecture 8: Dictionaries
Lecture 9: Functions
Lecture 10: Classes
Lecture 11: Outro
Chapter 8: Join the Developer Ecosystem
Lecture 1: Intro
Lecture 2: Websites
Lecture 3: Groups and Events
Lecture 4: Outro
Chapter 9: *APP 3* – Patterns
Lecture 1: Source Code – Patterns
Lecture 2: Intro
Lecture 3: Draw It Out
Lecture 4: List Our Patterns
Lecture 5: Creating Test Patterns
Lecture 6: Images in the Table View
Lecture 7: Pattern Details
Lecture 8: Pass the Pattern
Lecture 9: Zoom In Brah
Lecture 10: Make a Pattern
Lecture 11: Smile for the Camera
Chapter 10: Debugging
Lecture 1: Intro
Lecture 2: What's Wrong / Google
Lecture 3: Breakpoints and Moving through Code
Lecture 4: Println
Lecture 5: Advanced Debugging
Lecture 6: Outro
Chapter 11: *App 4* – Change My Pic
Lecture 1: Source Code – Change My Pic
Lecture 2: Intro
Lecture 3: Let's Get Sketchy!
Lecture 4: Sign In With Twitter
Lecture 5: Working With The Twitter API
Instructors
-
Nick Walter
Mobile and Web Developer – iOS, Android, Django, Python. etc
Rating Distribution
- 1 stars: 7 votes
- 2 stars: 13 votes
- 3 stars: 29 votes
- 4 stars: 73 votes
- 5 stars: 281 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