Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

iOS 8 And Swift How To Make A Freaking iPhone App (2015) [repost]

Posted By: house23
iOS 8 And Swift How To Make A Freaking iPhone App (2015) [repost]

iOS 8 And Swift How To Make A Freaking iPhone App (2015)
MP4 | AVC 632kbps | English | 1280x720 | 30fps | 20h 14mins | AAC stereo 59kbps | 5.94 GB
Genre: Video Training

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 everything you 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
What are the requirements?

You will need a Mac computer that runs the Mavericks or Yosemite operating system
What am I going to get from this course?

Over 167 lectures and 20.5 hours of content!
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
What is the target audience?

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

1: Your First Freaking App
1 Welcome
2 Download Xcode
3 Turn Down For What!?
4 Quiz Time - 1 вопрос

2: Goals of the Class
5 Who Am I?
6 Goals of the Class
7 Tips for Success
8 Steve Jobs
9 Ready For A Quiz? - 1 вопрос

3: *APP 1* - Emoji Dictionary
10 Source Code - Emoji Dictionary - Текст
11 Intro
12 App Idea
13 Sketch It Out!
14 Xcode Tour
15 What's A View Controller?
16 Storyboard To Code
17 Our First TableView
18 Data Source And Delegate
19 Arrays
20 Our Next View Controller
21 Segues
22 Navigation Controller
23 Sending Over Emojis Part 1
24 Sending Over Emojis Part 2
25 Clean Up
26 *CHALLENGE*
27 Finishing Up

4: Developer Account
28 Why Do I Need a Developer's Account?
29 How to Make a Developer's Account

5: *APP 2* - Soundboard
30 Soundboard Source Code - Текст
31 Intro
32 Sketchers, It's The "S"
33 Setup The Table View
34 Finish The Table View
35 Playing Sound
36 Sound Objects
37 Sound View Controller
38 Saving Sounds
39 Setup Recorder
40 Our First Recording
41 Core Data Part 1
42 Core Data Part 2
43 Challenge
44 Outro

6: The App Store
45 App Store Tips
46 Automatic Certificates
47 Manual Certificates
48 App IDs
49 Provisioning Profiles
50 iTunes Connect
51 Metadata
52 Uploading Your Build

7: Swift
53 Intro
54 What is Swift?
55 Variables and Constants
56 Strings and Ints
57 If Statements and Booleans
58 Arrays
59 For Loops
60 Dictionaries
61 Functions
62 Classes
63 Outro

8: Join the Developer Ecosystem
64 Intro
65 Websites
66 Groups and Events
67 Outro

9: *APP 3* - Patterns
68 Source Code - Patterns
Текст
69 Intro
70 Draw It Out
71 List Our Patterns
72 Creating Test Patterns
73 Images in the Table View
74 Pattern Details
75 Pass the Pattern
76 Zoom In Brah
77 Make a Pattern
78 Smile for the Camera

10: Debugging
79 Intro
80 What's Wrong / Google
81 Breakpoints and Moving through Code
82 Println
83 Advanced Debugging
84 Outro

11: *App 4* - Change My Pic
85 Source Code - Change My Pic - Текст
86 Intro
87 Let's Get Sketchy!
88 Sign In With Twitter
89 Working With The Twitter API
90 Save Dat Pic
91 Add Text View Controller
92 Let's Make a Preview
93 Black Box Down Low
94 Throw Some Text on It
95 Post Da Pic!
96 Alert The Peeps

12: Making Money with iOS
97 Intro / Working for a Company
98 Freelancing
99 Your Apps
100 Recommendations

13: Making Your Dream App
101 Intro
102 The Framework
103 Step 1 - Idea
104 Step 2 - Sketch It Out
105 Step 3 - MVP
106 Step 4 - Feedback
107 Step 5 - Polish
108 Step 6 - App Store
109 Step 7 - Update and Improve

14: *App 5* - Vacation Destination
110 Source Code - Vacation Destination - Текст
111 Intro
112 Drawing
113 CoreData Destination
114 Pull em' out of CoreData
115 Making a Custom TableViewCell
116 Setting a Map to a Specific Place
117 Adding our next view controller
118 The Map view
119 Request Permission
120 Show the User Location
121 Save the Destination
122 Outro

15: *App 6* - Flappy Bird Clone
123 Source Code - Flappy Bird Clone - Текст
124 Intro
125 Screenshot…Instead of a Sketch
126 Our First Bird
127 Making the Bird Flap
128 The Ground and the Sky
129 Animating the Ground
130 Make 'dem Poles
131 Move 'da Poles
132 Attack of 'da Poles
133 Random Heights
134 Gravity
135 The Bird Flies!
136 End the Game Part 1
137 End the Game Part 2
138 Reset the Game
139 Add the Score
140 Wrap Up

16: *App 7* - Bluetooth
141 Source Code - Bluetooth - Текст
142 Intro
143 Simple Drawing
144 Intro Into Bluetooth
145 Update the TableView
146 Cell Design
147 Show the UUID
148 Show the RSSI
149 Refresh the Scan
150 Fixing the Refresh Button
151 Challenge
152 Source Code - Текст

17: * App - 8 * Soundz - Audio Social Network with Parse
153 Source Code - Soundz -Текст
154 Intro
155 Sketch
156 Sign Up For Parse
157 Login with Twitter
158 Login and Logout
159 Design the Record Screen
160 Enable and Disable Buttons
161 Setting Up the Recorder
162 Playback the Sound
163 Uploading to Parse
164 Pulling Data from Parse
165 Cell Design
166 Download the PFFile
167 Play and Pause
168 Extra Info from Twitter
169 The Final Touch

iOS 8 And Swift How To Make A Freaking iPhone App (2015) [repost]

iOS 8 And Swift How To Make A Freaking iPhone App (2015) [repost]

iOS 8 And Swift How To Make A Freaking iPhone App (2015) [repost]


No mirrors please