🚨 Time is Running Out: Reserve Your Spot in the Lucky Draw & Claim Rewards! START NOW
watching now
44 Students

Description

What Will You Learn?

  • App design
  • iOS foundations
  • Interface builder
  • XCode 9
  • Tables and Data

Requirements

  • A Mac PC or Mac Laptop running on OSX
  • You do not need any coding experience in iOS or Swift 3 to begin this tutorial.
  • NFT Certificate
  • 176 Lessons
  • Beginner
  • English
  • 4.7 Rating
  • +100 XP

Share Course on Social media

Curriculum

Course consist of total 43h 4min of content, in total.

Section 2: Learn to Code With Swift 4
5:43:13
Variables, operators, & how computers work
16:48
Strings in Swift
15:23
Working with numbers in Swift
19:53
Swift functions
22:40
Booleans & conditional logic in Swift
20:57
Constants & logical operators in Swift
10:28
Array data structure in Swift
13:07
Swift loops
19:00
Dictionary data structure in Swift
18:44
Object oriented programming in Swift
12:01
Inheritance & OOP in Swift
08:20
Polymorphism & OOP in Swift
08:22
Optionals
20:32
Enumerations
19:47
Extensions: Part 1
15:23
Extensions: Part 2
20:33
Intro to Protocols/Delegates - Numbers Example
13:05
Intro to Protocols/Delegates Part 2 - Question Generator
17:31
Protocols/Delegates - Building Color Magic App UI
16:30
Protocols/Delegates - Using the Delegate Method in Color Magic App
16:06
Protocols/Delegates - Using Mutating Functions in Types
18:03
Section 3: Version Control With Git
1:27:36
Git & version control - the fun way!
12:00
Terminal Basics - Changing directories
06:08
Terminal Basics - Creating directories & files
04:30
Terminal Basics - Copying & renaming files
08:57
Terminal Basics - Deleting files & directories
06:01
Git Basics
17:16
Setting up Github
04:37
Working with Local & Remote Repositories
11:15
Handling Git Merge Conflicts
16:52
Section 4: Core iOS 11: Auto Layout, Segues, and Professional Apps
4:32:21
App: Swoosh 01 - Creating the welcome screen
25:19
App: Swoosh 02 - Working with frames
16:05
App: Swoosh 03 - Intro to auto layout (support multiple screen sizes)
26:42
App: Swoosh 04 - Working with stack views
26:38
App: Swoosh 05 - Intro to segues (changing screens)
09:39
App: Swoosh 06 - Refactoring in Xcode 9
09:40
App: Swoosh 07 - Debugging: setValue forUndefinedKey
03:46
App: Swoosh 08 - Programmatic segues
09:01
App: Swoosh 09 - IBActions (handling events) & data models
16:17
App: Swoosh 10 - Passing data between view controllers
11:46
App: Dev Profile 01 - Auto layout for iPhones
22:29
App: Dev Profile 02 - Auto layout for iPads (size classes)
20:00
App: Window Shopper 01 - Custom text fields
17:42
App: Window Shopper 02 - Input accessory views & IBDesignable
15:07
App: Window Shopper 03 - Unit testing our data
16:38
App: Window Shopper 05 - Custom drawing with drawRect
13:06
Window Shopper - Custom drawing with drawRect
12:26
Section 5: iOS 11 Tables & Data
1:42:04
App: Coder Swag 01 - Project creation & IBOutlets
22:32
App: Coder Swag 02 - Tableviews, delegate, and data source
33:16
App: Coder Swag 03 - Collection views (grid layouts)
12:35
App: Coder Swag 05 - Displaying data in collection view cells
13:39
Coder Swag - Displaying data in collection view cells
20:02
Section 6: Networking, APIs, REST, and Building a Slack Clone
10:17:13
Intro to Chat App
03:35
App: Smack - Project Setup
25:47
App: Smack - SWReveal
20:11
App: Smack - ChannelVC UI
24:39
App: Smack - LoginVC UI
22:29
App: Smack - CreateAccountVC UI
18:47
App: Smack - Web request and API
08:54
App: Smack - Hosting API
19:59
App: Smack - Locally Hosting API
18:11
App: Smack - Creating a web request in Xcode
28:14
App: Smack - Registering a User
15:46
App: Smack - Logging in a User
20:13
App: Smack - Creating a user
26:14
App: Smack - Avatar Picker Part 1
19:05
App: Smack - Avatar Picker Part 2
20:14
App: Smack - Generate a Avatar BG Color
26:22
App: Smack - LoggedIn Interface
23:12
App: Smack - Profile View
25:34
App: Smack - Logging in users
23:23
App: Smack - Getting channels
19:11
App: Smack - Channels TableView
13:38
App: Smack - Add Channel VC
19:26
App: Smack - Sockets and Channels
26:12
App: Smack - Refining Login Flow
19:11
App: Smack - Fetching Messages
20:01
App: Smack - Sending first message
17:12
App: Smack - Displaying chat messages
17:57
App: Smack - Sockets and Messages
18:38
App: Smack - Typing Users
21:30
App: Smack - Unread Channels
18:08
Where to go from here
07:37
I'm Back!
07:43
Section 7: Maps & GPS
3:17:25
Intro to App: Pixel City
01:44
Creating Xcode Project: Pixel City
04:25
Installing Alamofire / AlamofireImage Cocoapods
07:11
Building MapVC UI /Conforming to MKMapViewDelegate /Setting Delegate of mapView
14:56
Requesting Location Services in iOS 11 / Centering Map On User Location
18:04
Adding UITapGestureRecognizer to Drop Custom Pins on MapView
15:09
Setting a Custom Map Annotation Color
04:34
Animating Photos View / Programmatically adding spinner and label subviews
19:44
Adding UILabel for Pull Up View / Adding UICollectionView Programmatically
16:52
Getting API Key from Flickr / Using Flickr API URL Format
14:06
Using Alamofire to Download URLS
20:58
Using Alamofire to Download Images / Cancelling All Sessions
16:23
Setting Up UICollectionView / Adding Images / Reloading UICollectionView
10:12
Building PopVC / Presenting PopVC When UICollectionViewCell is Tapped
16:06
Adding 3D Touch Peek & Pop to UICollectionView
14:46
Challenge
02:15
Section 8: iOS 11 In App Purchases & Google Ads (Admob)
1:19:18
Setting up developer & iTunes accounts
10:03
Implementing Google AdMob
18:53
Fetching a list of products
15:00
Starting an in-app purchase
08:42
Testing in-app purchases
17:37
Restoring in-app purchases after app deletion
09:03
Section 9: Intro to Core Data
3:05:13
Intro to App: GoalPost
02:36
Creating Xcode Project / Project Folders
03:42
Building GoalsVC
13:41
Building GoalCell
14:02
What is Core Data?
05:58
Creating Goal Core Data Entity & Attributes
08:09
Displaying Static GoalCells in UITableView / Creating GoalType Enum
10:12
Building CreateGoalVC
15:12
Creating a UIViewController Extension
10:47
Creating a UIView - UIButton Extension
18:31
Building FinishGoalVC / Passing Data from CreateGoalVC
19:09
Saving Goal Data to Persistent Store
12:40
Fixing Dismissal of FinishGoalVC
06:41
Fetching Data from Persistent Store / Filling UITableView with Fetched Data
16:13
Removing Objects from Persistent Store using UITableView Delete Action
11:16
Setting Goal Progress for UITableViewCell
14:56
Challenge
01:28
Section 10: Full Stack Development With Firebase
6:40:13
Intro to App: Breakpoint
03:21
Creating Xcode Project / Setting Up Project Folders
05:04
Creating Firebase Project
10:38
Setting Up DataService / Creating Firebase Database Users
10:34
Building AuthVC and LoginVC in Interface Builder
18:27
Creating InsetTextField and ShadowView Subclasses
18:24
Setting up AuthService
13:04
Building FeedVC and GroupsVC in Interface Builder
16:20
Presenting LoginVC from AppDelegate - Allowing Login with Email
21:51
Building MeVC and Adding to UITabBarController
09:46
Creating CreatePostVC and Uploading Posts to Firebase
20:15
Creating UIView Extension for Binding Views to Keyboard
14:50
Building FeedCell
09:39
Writing the Message Model and Getting All Feed Messages from Firebase
21:01
Converting UIDs into Emails and Reversing the Order of a TableView
20:15
Creating CreateGroupVC and Connecting @IBOutlets/Actions
15:02
Creating UserCell
15:39
Searching for Email Accounts to Add to Group
18:43
Adding Users to Group with didSelectRowAt indexPath
20:35
Creating Groups and Pushing Them to Firebase
15:32
Creating GroupCell
14:59
Creating Group Model and Getting All Groups from Firebase
18:52
Building GroupFeedVC
18:00
Initializing Group Data for a Group and Presenting on GroupFeedVC
15:59
Downloading All Message for a Group and Animating Upon New Message
24:00
Creating a UIViewController Extension for Presenting GroupFeedVC
07:29
Challenge
01:54
Section 11: Intro to iOS 11 Machine Learning With CoreML
1:54:54
Intro to app
01:54
Intro to CoreML
05:09
What is machine learning?
07:50
Creating Xcode 9 project
03:25
Building UI & custom classes
17:41
AVFoundation & AVCaptureSession to use the camera
18:04
Tap gestures to take snapshot on item
11:18
Core ML Xcode 9 Beta 4 Update / Fix Preview Photo Crash
02:47
Downloading CoreML models
21:14
Adding UI controls for flash control
07:25
Training your app to speak what it sees
18:07
Section 12: ARKit & SceneKit
2:16:02
App: RampUp - Intro to ARKit App
02:16
App: RampUp - Resources & important ARKit info
03:54
App: RampUp - Project creation
11:04
App: RampUp - SceneKit, 3D models & materials
11:10
App: RampUp - Ramp picker popover
13:55
RampUp - 3D models in SceneKit for popover
17:43
App: RampUp - 3D models in SceneKit for popover part 2
11:45
App: RampUp - Detecting taps on 3D objects
17:10
App: RampUp - Placing ramps in ARKit
23:40
App: RampUp - Moving objects in 3D space in augmented reality
19:42
ARKit - where to go next
03:43

About the Instructor

90.2% of students rated this instructor as excellent!

Mark Price is known as a veteran mobile developer. He has built more than 60 mobile apps for Android and iOS. Also, he is teaching Unity 3D game development, JavaScript, Java, Node, Android iOS 10, Swift, React, and more. Through the years, Mark has made a lot of Unity 3D games like Call of Duty Ghost mobile and others.

Mark loves teaching. That’s why he is spending a lot of his time working as a professional engineering instructor. He is passionate about helping people reveal hidden talents so he teaches all who want to learn programming or begin a startup.

Moreover, Mark Price is the CEO of Devslopes that is dedicated to teaching coding skills to aspiring developers. Devslopes offers courses, quizzes, and exercises for beginners who want to become paid professionals.

On BitDegree, you have a chance to choose from various Mark Price’s courses. You can learn how to develop a game, app or website, improve your coding skills and much more. So look no further, choose a course and start learning with Mark Price today!

See All Instructor Courses

BitDegree platform reviews