Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 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
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Udemy – The Complete IOS 9 Swift 2.0 Guide - Make 20 Applications

    Posted By: Rare-1
    Udemy – The Complete IOS 9 Swift 2.0 Guide - Make 20 Applications

    Udemy – The Complete IOS 9 Swift 2.0 Guide - Make 20 Applications
    WEBRip | MP4/AVC, ~503 kb/s | 1280 x 720 | English: AAC, 60.3 kb/s (2 ch), 44.1 KHz | 3.34 GB
    Genre: Development / Mobile Apps | Language: English | +Project Files

    Do You Want To Create Your Own iPhone and iPad Apps but are not sure where to start? Are you ready to jump right into the exciting world of mobile development but have little or no programming experience? Then this is your course!

    This Complete IOS 9 Swift 2.0 Guide - Make 20 Applications will give you everything your need to start your new career in IOS development, The course has been structured to support Swift 2, Teaching you all you need to know from creating your first project to Submitting to the AppStore.

    Create Real 20 Applications throughout the course from fun and simple games to powerfull utility apps using the native features of IOS devices to help you understand the process of creating applications

    Sell Your App to Millions of Potential Users and earn extra revenue from Ad networks, Making money has never been so easy!

    Not only do you get the best online IOS development course online buy You also get first class responsive support by email, Twitter or on the Udemy forums, So you can rest assure you have full guidance in your new career!

    Topics Covered:
    • Understanding Xcode, Interface Builder, Simulator and Project Types
    • Swift 2: Get to know the new updated language
    • Create 20 real applications in both languages
    • All Objects, Actions and Outlets possible in App Development
    • Social Integration: Facebook, Twitter, SMS, Email and more
    • Storyboards and nib Files
    • Universal Support and Screen Size Support
    • Images and Sounds Integration
    • Full Featured Apps
    • Earning Revenue Ad Networks
    • Fun and Simple Games
    • Core Data Applications
    • Camera Support Applications
    • App Store Submission and Update Support

    What are the requirements?
    • You will need a Apple Mac computer or laptop
    • You will need the developer software Xcode

    What am I going to get from this course?
    • Over 106 lectures and 15 hours of content!
    • Full understanding of Xcode and all it has to offer
    • Learn how to program for IOS 9 to create your own apps
    • Be able to support all devices and screen sizes
    • Full explanation of all objects and functions within IOS development
    • Develop in Swift 2
    • Earn revenue from your apps

    What is the target audience?
    • Anyone who wants to develop apps
    • Anyone who wants to learn how to code
    • Anyone who is looking to freshen up there skills
    • Anyone who is looking to make money from IOS Apps

    Curriculum
    Lecture 1 Introduction 01:18
    Section 1: Getting To Grips!
    Lecture 2 Purchasing a Developer Licence 04:33
    We learn about the benefits of a developer licence and where to purchase one

    Lecture 3 Download and Installing Xcode 7 04:20
    We learn how to obtain Xcode and how to install it

    Lecture 4 Create, Download and Install Certificates 02:55
    We learn how to create and generate and install our developer certificates

    Lecture 5 Creating an App ID 04:42
    We learn how to create an application identifier and add it to our projects

    Lecture 6 Project Types, What's Best For Me? 07:56
    We learn about the different project templates and what they offer

    Lecture 7 What are Classes, InfoPLists and Delegates? 05:39
    We learn and understand the different classes generated in our projects

    Lecture 8 Using the Interface Builder 06:35
    We learn to use the interface builder to design our applications

    Lecture 9 Building on the IOS Simulator 05:49
    We learn how to test and run our applications on the IOS simulator

    Lecture 10 Building to a Device 03:10
    We learn how to build and run our applications on a real world device

    Lecture 11 Variables 11:46
    We learn to create and undertsand variables in swift

    Lecture 12 Arrays 06:26
    We learn how to create and undertsand arrays in swift

    Lecture 13 Functions 04:55
    We learn how to create and undertsand functions in swift

    Lecture 14 Actions and Outlets 06:00
    We learn how to create actions and outlets

    Lecture 15 App 1: Creating a Hello World Application 03:20
    We create our first hello world application and learn how to trigger text to display

    Lecture 16 Universal Constraints 11:05
    We learn how to add constraints to create universal views for our applications

    Section 2: Understanding Functions
    Lecture 17 Displaying Text Preview 04:11
    We learn how to display user inputted text into our applications

    Lecture 18 Dismissing The Keybaord Preview 05:09
    We learn how to dismiss the keyboard from the view

    Lecture 19 Text Properties Preview 11:44
    We learn how to change the properties of text within the application

    Lecture 20 Custom Fonts Preview 05:06
    We learn how to add custom fonts to our project and display them in our application

    Lecture 21 NSTimers Preview 08:06
    We learn how to use NSTimers and create a simple stopwatch

    Lecture 22 Display Time and Date Preview 07:51
    We learn how to use NSTimers to display the time and date in our applications

    Lecture 23 If Statements Preview 06:13
    We learn how to use if statements in our applications

    Lecture 24 App 2: Reaction Game 16:41
    We create a reaction game using NSTimers and if statements

    Lecture 25 Fading Objects 03:40
    We learn how to fade objects in and out

    Lecture 26 Hiding Objects 03:12
    Learn to to hide and reveal objects in your applications

    Lecture 27 Enabling and Disabling Objects 03:59
    We learn how to enable and disable objects in our application

    Lecture 28 App 3: Tapping Game 15:16
    We create a tapping game where you must tap as many times within the alloted time limit

    Lecture 29 Random Number Generator 04:46
    We learn how to create a random number generator

    Lecture 30 Random Word Generator 05:24
    We learn how to create a random word generator

    Lecture 31 App 4: Joke Generator 08:27
    We learn from the random generators to build own own joke generator application

    Section 3: Creating Actions
    Lecture 32 UISwitches 05:55
    We undertsand how a switch performs two simple tasks

    Lecture 33 UISegmentedControls 06:41
    We understand how to perform differnet actions with a segment control

    Lecture 34 UISliders 06:41
    We learn how to control values with a UISlider

    Lecture 35 App 5: Temperature Calculator 10:25
    We take what we learnt from UISlider and create a simple temperature calculator application

    Lecture 36 UIActionSheets 08:52
    We learn how to give users actions from displaying alerts

    Lecture 37 Shake Gestures 04:39
    We learn how to trigger an action by shaking the device

    Lecture 38 App 6: Shake Me Game 18:38
    We use what we learnt in the previous lecture to create a shake me game

    Lecture 39 URL Links 04:42
    We learn how to send data to different parts of our device with URL links

    Lecture 40 Using Delayed Actions 05:11
    We learn how to delay a triggered action

    Lecture 41 App 7: Calculator App 16:18
    We create a full featured calculation application

    Section 4: Getting A Good View!
    Lecture 42 Controlling UIScrollViews 06:51
    We learn how to control and extend views with scroll views

    Lecture 43 Displaying UIAlertViews 06:55
    We learn how to send messages to our users throught alert views

    Lecture 44 Using UIWebViews 06:50
    We learn how to display full HTML websites in our applications

    Lecture 45 Controlling UIWebviews 05:02
    We learn how to add web view controls

    Lecture 46 Activity Indicator 04:58
    We learn hoe to display activity on the screen

    Lecture 47 App 8: Browser Application 13:33
    We take what we created in our web view lectures to create a simple web browser application

    Lecture 48 Using UIMapViews 03:20
    We learn how to display maps in our applications

    Lecture 49 Controlling UIMapViews & Displaying Location 16:25
    We learn how to control map views and display user locations

    Lecture 50 App 9: Maps Application 16:48
    We take what we learnt in our map view lectures to create a full featured app application

    Lecture 51 Switching Views in Storyboards 07:18
    We learn how to switch to a new view in storyboards

    Lecture 52 Switching to a XIB View 07:21
    We learn how to switch to an XIB view

    Lecture 53 Removing The Status Bar 02:35
    We learn how to remove the status bar from our application

    Section 5: Making An App Look Good
    Lecture 54 Importing Files 03:34
    We learn how to correctly import files into our projects

    Lecture 55 Displaying Images 06:39
    We learn how to display image files

    Lecture 56 Displaying Retina Images 09:40
    We learn how to display retina images for higher resolution screens

    Lecture 57 Changing Images 05:46
    We learn how to change image files in your application

    Lecture 58 Adding Images To Buttons 04:13
    We learn how to add image files to buttons

    Lecture 59 Displaying Images From URL'S 06:59
    We learn to load external content into our applications to display images

    Lecture 60 App 10: Snap Game 19:54
    We create a snap image game

    Lecture 61 Displaying PDF'S 06:42
    We learn how to display and interact with a PDF file

    Lecture 62 Background Colours 05:08
    We learn how to change the background colour in our application

    Lecture 63 Animations 08:11
    We learn how to display an array of images to create an animation

    Lecture 64 Object Styling 09:27
    We learn how to style objects in our views

    Lecture 65 App 11: Image Gallery - Creating the Collection View Part 1 13:16
    We create a image gallery from UICollectionViews

    Lecture 66 App 11: Image Gallery - Displaying the Detailed Image Part 2 09:53
    We push to a detail view to display our gallery in greater detail

    Lecture 67 Universal Launch Screen 06:13
    We learn how to create universal loading screens

    Lecture 68 Adding Loading Screens/Launch Images 06:09
    We learn how to add images to the loading screens

    Lecture 69 Adding App Icons 06:23
    We learn how to add and display application icons in our projects

    Section 6: Coming In Loud And Clear
    Lecture 70 Playing a Sound File 08:08
    We learn how to play sound files in your applications

    Lecture 71 Volume Slider 08:13
    We learn how to control the volume of sound files in your applications

    Lecture 72 App 12: Soundboard Application 13:04
    We create a simple drum kit sound board application

    Lecture 73 App 13: YouTube Videos 10:45
    We create an application that plays youtube videos

    Lecture 74 Vibrating the Device 04:41
    We learn how to vibrate the device

    Section 7: Creating A Tab Bar Application
    Lecture 75 App 14: Tab Bar Application - Set Up Part 1 13:33
    We learn how to create and setup a tab bar application

    Lecture 76 App 14: Tab Bar Application - Customising Part 2 08:05
    We learn how to style a tab bar apllication

    Section 8: Creating A Table View Application
    Lecture 77 App 15: Table View - Populating a Table View Part 1 15:29
    We create a sky scraper information application

    Lecture 78 App 15: Table View - Pushing to a Detail View Part 2 10:33
    We learn how to push to a detail table view controller

    Lecture 79 App 15: Table View - Populating a Detail View Part 3 06:46
    We learn how to populate a detail table view controller

    Section 9: Core Data - Creating Databases
    Lecture 80 App 16: Database - Creating a Database Part 1 17:40
    We create a database application and a car spotter app

    Lecture 81 App 16: Database - Adding Data Part 2 13:17
    We learn how to add data to the database

    Lecture 82 App 16: Database - Editing Data Part 3 13:27
    We learn how to edit data within the database

    Lecture 83 App 16: Database - Deleting Data Part 4 07:12
    We learn how to delete data within the database

    Section 10: Getting Social With Your App!
    Lecture 84 Posting Text To Facebook 09:46
    We learn how to post text to facebook

    Lecture 85 Posting Images To Facebook 04:47
    We learn how to post images to facebook

    Lecture 86 Sending Twitter Tweets 11:02
    We learn how to tweet text to twitter

    Lecture 87 Sending Images To Twitter 04:35
    We learn how to tweet images to twitter

    Lecture 88 Sending an SMS Message 11:02
    We learn how to send text via SMS messages

    Lecture 89 Sending Images Via SMS 06:01
    We learn how to send images via SMS messages

    Lecture 90 Sending an Email 12:43
    We learn how to send text via emails

    Lecture 91 Sending an Images Via Email 06:06
    We learn how to send images via emails

    Lecture 92 App 17: Social Poster 17:21
    We create a social poster application using social abilties

    Lecture 93 Making a Phone Call 05:06
    We learn how to make phone calls directly from the app

    Lecture 94 App 18: Contact App - Creating the Contact Database Part 1 18:29
    We create a contact application allowing us to add contacts and message and call them

    Lecture 95 App 18: Contact App - Adding and Editing Contacts Part 2 20:29
    We add the abilty to add and edit contacts

    Lecture 96 App 18: Contact App - Removing Contacts Part 3 04:49
    We add the abilty delete contacts

    Lecture 97 App 18: Contact App - Calling and Messaging Contacts List Part 4 11:13
    We intgrate the contact abilty to call and message our contacts

    Section 11: Earning Revenue From Your App
    Lecture 98 Displaying iAd Advertisements 08:11
    We learn how to earn revenue from ad networks

    Lecture 99 Displaying AdMob Advertisements 09:37
    We learn how to earn revenue from ad networks

    Section 12: Creating a QR Code Reader
    Lecture 100 App 19: QR Code Reader - Setting Up The Sacnner Part 1 20:32
    We use our camera to enable it to scan QR codes

    Udemy – The Complete IOS 9 Swift 2.0 Guide - Make 20 Applications




    Many Thanks to Original uploader.


    For More Rare Movies Check out my blog!

    Download Links:

    No Mirrors Please