Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 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
31 1 2 3 4 5 6

Udemy - The Complete iOS8 and Swift Course: Learn by Building 15 Real World Apps (2014)

Posted By: house23
Udemy - The Complete iOS8 and Swift Course: Learn by Building 15 Real World Apps (2014)

Udemy - The Complete iOS8 and Swift Course: Learn by Building 15 Real World Apps (2014)
M4V | AVC 1662kbps | English | 1280x720 | 30fps | 16h 44mins | AAC stereo 113kbps | 11.05 GB
Genre: Video Training

From the creator of The Complete Web Developer Course (the most 5-Star reviewed premium course on Udemy), comes The Complete iOS8 and Swift Course: Learn by Building 15 Real World Apps. Looking to boost your income as an app developer? Or maybe you’re seeking a career change that gives you more free time and flexibility? The Complete iOS8 and Swift Course is THE most comprehensive, cost-effective and career-enhancing mobile app development course you’ll find on the web – or your money back. It’s a one-stop-shop for everything you need to start creating professional mobile apps that engage users, call them to action, and ultimately make you money!

Not only that but you’ll get unlimited web hosting for one year (worth $200), and a copy of my ebook How To Earn $10,000 While Learning To Code, rated 5-Stars on Amazon. AND you'll get over 1,000 graphical assets (backgrounds, icons, buttons etc), worth $300, to use in your apps.
If you’re looking for a genuinely effective course that equips you to build stunningly presented apps that will start earning you cash, I personally guarantee this is the number one course for you.
From Beginner to Advanced Mobile Developer in Six Weeks
XCode and Interface Builder
Inputs, Buttons, and Reactive Interfaces
Apple’s New Programming Language: Swift
Variables, Arrays, Tables, and Loops
Navigation, Storage, and Live Content
Images, Maps and Music
Accelerometers and Motion Feedback
Core Data and JSON
Online Storage With Parse
Games and the Sprite Kit
Instagram and Snapchat Clones
App Store Submission
Making a Marketing Website For Your App
Throughout 145 lectures and over 19 hours of content, we first start with the basics. I’ll then show you the tips and tricks to work effortlessly with Xcode and Swift in your sleep.
After that we progress to building more advanced apps and games using web content, animation and geolocation.
By then you’ll be developing live applications like Instagram and Snapchat clones that allow users to interact with one another across the web.
I promise that you’ll never have to waste time and hard-earned cash learning from books, expensive online courses, or YouTube videos. With The Complete iOS Developer Course, you will get everything you need, all within one convenient, easy to navigate package. Plus, you will get fast, friendly, responsive support by email, Twitter and on the Udemy forums.

What are the requirements?
No pre-knowledge required
A Mac or PC (I will show you how to install OSX and Xcode on a PC)
A paid Apple Developer account is NOT required - you can download Xcode 6 for free

What am I going to get from this course?
Over 148 lectures and 20 hours of content!
Learn how to program real apps with Swift
Make an app for your business
Implement an app idea that you have had
Sell and market your apps successfully
Start a new career as an app developer

What is the target audience?
Anyone wanting to build an app
Anyone wanting to learn how to code
People who want to make a career or side income from app development

Section 1 - Introduction
Course Introduction
Course Resources
Section 2 - Our First Project!!!
Downloading XCode
Opening XCode and Creating our First Project
A Brief Tour of Xcode
Exploring Storyboard
Setting up a New View
Section 3 - Navigation
Adding a NavigationController
Adding a Title and Another Image
Adding TextFields
Adding a Button and a Label
Section 4 - IBOutlets and Connections
Hooking up our View Objects
Debugging Connection Errors
Unhiding our Label
Section 5 - Accessing Views in Code
Changing a Label's Text in Code
Changing a TextField's Text in Code
Moving our Label and Closing the Keyboard
Multi Line Label
Changing a Label's Color in Code
Let's Update our Button
Section 6 - Working with GitHub
Terminal
Creating a Project on Github
Saving our Project to Github
Adding an Additional Commit
Downloading and Opening a Project from Github
Section 7 - First Challenge!
Challenge 1: Practicing with the Storyboard
Challenge 1: Practicing with the Storyboard Solution
Section 8 - Second Challenge!!
Challenge 2: Save your Changes to Github
Challenge 2: Save your Changes to Github Solution
Section 9 - Variable Types and Commenting
What is a Variable?
Type Annotations
Intro to Commenting
Section 10 - Operations on Variables
Operations on Variables Ints
Operations on Variables Floats
Valid Variable Names
Typealias
Numeric Literals
Section 11 - Strings
Strings and Characters
String Interpolation
Optionals Int
String to Double
Shorthand
Constants
Section 12 - Shoe Size Converter Project
Shoe Size Converter
Refactor Shoe Converter
Adding Women's Shoes
Section 13 - Age of Laika
Age of Laika
Age of Laika: Solution Part 1
Age of Laika: Solution Part 2
Section 14 - Control Flow
If Statements
Bools
If Statements Continued
Numeric Type Conversion
Section 15 - Age of Laika Assignment
Age of Laika: Control Flow Challenge
Age of Laika: Control Flow Solution
Section 16 - For Loops
For Loops
Limitations of For Loops
99 Sodas Challenge
99 Sodas Challenge Solution
Section 17 - Lions and Tigers .. oh my!
Intro to Object Oriented Programming
What are Structs and Instances?
Create a New Project and Storyboard Setup
Make Your Own Struct
Adding Properties to the Tiger
Instantiating our First Struct
Using the Tiger Instance
Multiple Tigers
Section 18 - Arrays
Introduction to Arrays
Create an Array
Two Cool Properties of Arrays
Indexing into an Array and Iterating Over an Array
Ranges and For in Loops
For in Enumerate Loop
Mutating an Array
Generating a Random Number
Adding Tigers to an Array
Show a Random Tiger
Animating our Tigers
While Loops
Recurring Tiger Bug
Our First Function
Our First Parameter
Multiple Parameters
Return Values
Another Return Value and Other Function Calls
Looking at the Current Functions
The Tiger can Chuff
Chuff a Number of Times and Self
Self Continued
Chuff a Number of Times with Control Flow
Update Tigers Age Function
Adding a Random Fact Function
Switch Statement
Section 19 - Challenge: 99 Red Balloons
99 Red Balloons Struct Challenge
99 Red Balloons Storyboard Setup Solution
99 Red Balloons Struct Solution
99 Red Balloons Create Balloons Function Solution
99 Red Balloons Update UI Solution
Section 20 - Classes
Classes and Structs
Creating a Lion
Create a Lion Array
Introduction to Tuples
Switch Statement with a Tuple
Update Current Animal
Displaying both Lions and Tigers
Lion Roar Function
Accessing Properties in a Function
Lion Random Fact Function
Section 21 - Subclass
Subclass the Lion Class
Override Function in LionCub Class
Super Keyword
Additional Function and a Female Lion Cub
Displaying Lion Cubs
Section 22 - Slot Machine Project!!!!!
SlotMachine: Introduction
SlotMachine: Starting our New App
SlotMachine: Setup ContainerViews
SlotMachine: Finishing Setup ContainerViews
SlotMachine: setupFirstContainer
SlotMachine: setupSecondContainer
SlotMachine: setupThirdContainer
SlotMachine: Some more Labels in the ThirdContainer
SlotMachine: Finish adding Labels to the ThirdContainer
SlotMachine: Start Setup FourthContainer
SlotMachine: Another Button in the fourth Container
SlotMachine: Finishing the fourth Container
SlotMachine: Adding a Slot Struct
SlotMachine: Adding Assets
SlotMachine: Factory Class
SlotMachine: Create Slot
SlotMachine: Implementing Create Slot
SlotMachine: Slots Array
SlotMachine: Showing Slots
SlotMachine: Remove old ImageViews
SlotMachine: hardReset
SlotMachine: updateMainView
SlotMachine: showAlertWithText
SlotMachine: betOneButtonPressed
SlotMachine: betMaxButtonPressed
SlotMachine: Reordering Slots into Rows
SlotMachine: computeWinnings
SlotMachine: Check for Flush
SlotMachine: Check for Three in a Row
SlotMachine: Check for Three of a Kind
SlotMachine: Finishing Touches
Section 23 - Lemonade Stand Assignment
Lemonade Stand Assignment!!!
Section 24 - Lemonade Stand Solution Videos
Assignment Lemonade Stand: Storyboard Solution
Assignment Lemonade Stand: Connection's Solution
Assignment Lemonade Stand: Supplies Solution
Assignment Lemonade Stand: Price Solution
Assignment Lemonade Stand: Instantiating Price and Supplies Solution
Assignment Lemonade Stand: Instantiating Tracking Values Solution
Assignment Lemonade Stand: updateMainView Solution
Assignment Lemonade Stand: showAlertWithText Solution
Assignment Lemonade Stand: Use updateMainView Solution
Assignment Lemonade Stand: startDayButtonPressed Solution
Assignment Lemonade Stand: purchase IceCubes and Lemons Solution
Assignment Lemonade Stand: unpurchase IceCubes and Lemons Solution
Assignment Lemonade Stand: Mix Functions Solution
Assignment Lemonade Stand: Clear Mix and Purchases Solution
Section 25 - Add Weather
Assignment Lemonade Stand: Weather Properties Solution
Assignment Lemonade Stand: Indexing into WeatherArray Solution
Assignment Lemonade Stand: Using the Weather Array Solution
Assignment Lemonade Stand: Add weatherImageView Solution
Assignment Lemonade Stand: Adding Image Assets Solution
Assignment Lemonade Stand: Displaying Weather Solution
Section 26 - Task It Project!!
Task It: Setup Options
Task It: Add a TableView
Task It: Add a TableViewCell
Task It: UITableViewDataSource and UITableViewDelegate
Task It: Updating UITableViewDataSource Delegate
Task It: Setting up Prototype Cell
Task It: Updating UITableViewDataSource
Task It: Adding Labels to the TaskCell
Task It: Adding Tasks
Task It: TaskModel
Task It: Implementing the TaskModel
Task It: TaskDetailViewController
Task It: didSelectRowAtIndexPath
Task It: PrepareForSegue
Task It: Updating the DetailTaskViewController
Task It: Date Class
Task It: Updating Dates
Task It: NSDate to String
Task It: Update DatePicker
Task It: AddTaskViewController and Storyboard Changes
Task It: Dismiss and Pop ViewControllers
Task It: AddTaskViewController Setup
Task It: Add a Task
Task It: AddTask Segue
Task It: ViewDidAppear
Task It: Passing the ViewController to the TaskDetailViewController
Task It: Pop the TaskDetailViewController
Task It: Update Tasks
Task It: Organize Tasks by Date
Task It: TaskModel Completion
Task It: Creating a BaseArray
Task It: Updates with the Base Array
Task It: Finish Fixing the Errors
Task It: Adding Section Headers
Task It: Completing Tasks
Task It: Uncompleting Tasks
Section 27 - TaskIt Coredata
Task It: Getting Ready for CoreData
Task It: Setting up the CoreData Stack
Task It: Setting up the new TaskModel
Task It: Creating and Accessing a TaskModel
Task It: Setting Up the FetchedResultsController
Task It: Updating the UITableView DataSource Functions
Task It: Updating prepareForSegue and Removing MainVC Properties
Task It: Updating doneBarButtonItemPressed Function
Task It: Adding Completion Sort Descriptor



Format : MPEG-4
Codec ID : M4V
File size : 3.03 GiB
Duration : 4h 2mn
Overall bit rate mode : Variable
Overall bit rate : 1 787 Kbps
Movie name : The Complete IOS 8 Course with Swift Pt. 4
Movie name/More : The Complete IOS 8 Course with Swift Pt. 4
Album : The Complete IOS 8 Course with Swift
Album/Performer : Eliot Arntz
Performer : Eliot Arntz
ContentType : Unknown Type
Description : The Complete IOS 8 Course with Swift Pt. 4
Encoded date : UTC 2014-10-08 06:39:33
Tagged date : UTC 2014-10-08 13:28:17
Cover : Yes
Rating : None
iTunesU : Yes
Keyword : Swift
Video #2
ID : 2
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3.1
Format settings, CABAC : Yes
Format settings, ReFrames : 2 frames
Format settings, GOP : M=2, N=30
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 4h 2mn
Bit rate : 1 662 Kbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 30.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.060
Stream size : 2.81 GiB (93%)
Title : Core Media Video
Encoded date : UTC 2014-10-08 06:39:33
Tagged date : UTC 2014-10-08 07:50:31
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
Video #4
ID : 4
Format : JPEG
Codec ID : jpeg
Duration : 4h 2mn
Bit rate mode : Variable
Bit rate : 3 159 bps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Frame rate : 0.004 fps
Minimum frame rate : 0.001 fps
Maximum frame rate : 0.016 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.857
Stream size : 4.90 MiB (0%)
Title : Core Media Video
Encoded date : UTC 2014-10-08 06:39:33
Tagged date : UTC 2014-10-08 07:50:31
Audio #1
ID : 1
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 4h 2mn
Source duration : 4h 2mn
Bit rate mode : Variable
Bit rate : 113 Kbps
Maximum bit rate : 227 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 196 MiB (6%)
Source stream size : 196 MiB (6%)
Title : Core Media Audio
Language : English
Encoded date : UTC 2014-10-08 06:39:33
Tagged date : UTC 2014-10-08 07:50:31


Udemy - The Complete iOS8 and Swift Course: Learn by Building 15 Real World Apps (2014)

Udemy - The Complete iOS8 and Swift Course: Learn by Building 15 Real World Apps (2014)

Udemy - The Complete iOS8 and Swift Course: Learn by Building 15 Real World Apps (2014)


No mirrors please