The Complete IOS 9 & Xcode 7 Guide - Make 20 Applications
#777 Год выпуска: 2015 Производитель: Udemy Сайт производителя: udemy.com Автор: Aaron Caines Продолжительность: 29:31 Тип раздаваемого материала: Видеоклипы Язык: Английский
Описание: 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 & Xcode 7 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 Objective-C and 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 and in app purchases, 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!
Содержание
1 IntroductionIntroduction to the course 2 Course StructureWe learn how to course is structured into Objective-C and Swift
Раздел 1: Getting To Grips! 3 Purchasing a Developer LicenceWe learn about the benefits of a developer licence and where to purchase one 4 Download and Installing Xcode 7We learn how to obtain Xcode and how to install it 5 Create, Download and Install CertificatesWe learn how to create and generate and install our developer certificates 6 Creating an App IDWe learn how to create an application identifier and add it to our projects 7 Project Types, What's Best For Me?We learn about the different project templates and what they offer 8 What are Classes, InfoPLists and Delegates?We learn and understand the different classes generated in our projects 9 Using the Interface BuilderWe learn to use the interface builder to design our applications 10 Building on the IOS SimulatorWe learn how to test and run our applications on the IOS simulator 11 Building to a DeviceWe learn how to build and run our applications on a real world device 12 Creating Actions and OutletsWe learn how to create actions and outlets manualy and through the assitant editor 13 App 1: Creating a Hello World ApplicationWe create our first hello world application and learn how to trigger text to display 14 Universal ConstraintsWe learn how to add constraints to create universal views for our applications
Раздел 2: Understanding Functions 15 Displaying TextWe learn how to display user inputted text into our applications 16 Text PropertiesWe learn how to change the properties of text within the application 17 Custom FontsWe learn how to add custom fonts to our project and display them in our application 18 Dismissing the KeyboardWe learn how to dismiss the keyboard from the view 19 NSTimersWe learn how to use NSTimers and create a simple stopwatch 20 Display Time and DateWe learn how to use NSTimers to display the time and date in our applications 21 Using If StatementsWe learn how to use if statements in our applications 22 App 2: Reaction GameWe create a reaction game using NSTimers and if statements 23 Fading ObjectsWe learn how to fade objects in and out 24 Hiding ObjectsLearn to to hide and reveal objects in your applications 25 Enabling and Disabling ObjectsWe learn how to enable and disable objects in our application 26 App 3: Tapping GameWe create a tapping game where you must tap as many times within the alloted time limit 27 Creating a Random Number GeneratorWe learn how to create a random number generator 28 Creating a Random Word GeneratorWe learn how to create a random word generator 29 Random PList GeneratorWe learn how to create a random Plist generator 30 App 4: Joke GeneratorWe learn from the random generators to build own own joke generator application
Раздел 3: Creating Actions 31 UISwitchesWe undertsand how a switch performs two simple tasks 32 UISegmentedControlsWe understand how to perform differnet actions with a segment control 33 Controlling UISlidersWe learn how to control values with a UISlider 34 App 5: Temperature CalculatorWe take what we learnt from UISlider and create a simple temperature calculator application 35 Detecting Shake GesturesWe learn how to trigger an action by shaking the device 36 App 6: Shake Me GameWe use what we learnt in the previous lecture to create a shake me game 37 Creating URL LinksWe learn how to send data to different parts of our device with URL links 38 Using Delayed ActionsWe learn how to delay a triggered action 39 App 7: Calculator AppWe create a full featured calculation application
Раздел 4: Getting A Good View! 40 UIViewsWe learn how to display extra content within UIViews 41 Controlling UIScrollViewsWe learn how to control and extend views with scroll views 42 Displaying UIAlertViewsWe learn how to send messages to our users throught alert views 43 Using UIPickerViewsWe learn how to populate a UIPickerView and trigger actions on the selected row 44 Using UIWebViewsWe learn how to display full HTML websites in our applications 45 Controlling UIWebViewsWe learn how to add web view controls 46 Activity IndicatorWe learn hoe to display activity on the screen 47 App 8: Browser ApplicationWe take what we created in our web view lectures to create a simple web browser application 48 Using UIMapViewsWe learn how to display maps in our applications 49 Controlling UIMapViews & Displaying LocationWe learn how to control map views and display user locations 50 App 9: Maps ApplicationWe take what we learnt in our map view lectures to create a full featured app application 51 Switching Views in StoryboardsWe learn how to switch to a new view in storyboards 52 Switching to a XIB ViewWe learn how to switch to an XIB view 53 Removing The Status BarWe learn how to remove the status bar from our application
Раздел 5: Making An App Look Good 54 Importing FilesWe learn how to correctly import files into our projects 55 Displaying ImagesWe learn how to display image files 56 Displaying Retina ImagesWe learn how to display retina images for higher resolution screens 57 Changing ImagesWe learn how to change image files in your application 58 Adding Images To ButtonsWe learn how to add image files to buttons 59 Displaying Images From URL'SWe learn to load external content into our applications to display images 60 App 10: Snap GameWe create a snap image game 61 Displaying PDF'SWe learn how to display and interact with a PDF file 62 Changing the Background ColourWe learn how to change the background colour in our application 63 Creating AnimationsWe learn how to display an array of images to create an animation 64 Object StylingWe learn how to style objects in our views 65 Adding Loading Screens/Launch ImagesWe learn how to add images to the loading screens 66 Universal Launch ScreenWe learn how to create universal loading screens 67 Adding App IconsWe learn how to add and display application icons in our projects 68 Taking Screenshots ProgramaticallyWe learn how to take screenshots of the app within the app 69 App 11: Camera ApplicationWe create a full featured camera application
Раздел 6: Coming In Loud And Clear 70 Playing Audio FilesWe learn how to play sound files in your applications 71 App 12: Soundboard ApplicationWe create a simple drum kit sound board application 72 App 13: YouTube VideosWe create an application that plays youtube videos 73 Vibrating the DeviceWe learn how to vibrate the device
Раздел 7: Creating A Tab Bar Application 74 App 14: Tab Bar Application - Set Up Part 1We learn how to create and setup a tab bar application 75 App 14: Tab Bar Application - Customising Part 2We learn how to style a tab bar apllication
Раздел 8: Creating A Table View Application 76 App 15: Table View - Populating a Table View Part 1We create a sky scraper information application 77 App 15: Table View - Pushing to a Detail View Part 2We learn how to push to a detail table view controller 78 App 15: Table View - Populating a Detail View Part 3We learn how to populate a detail table view controller 79 App 15: Table View - Customising a Table View Part 4We learn how to customise a table view 80 App 15: Table View - Adding Table View Headers Part 5We learn how to add table view headers
Раздел 9: Saving And Loading Stuff! 81 Saving and Loading TextWe learn how to save and load text 82 Saving and Loading DataWe learn how to create save points in our applications
Раздел 10: Core Data - Creating Databases 83 App 16: Database - Creating a Database Part 1We create a database application and a car spotter app 84 App 16: Database - Adding Data Part 2We learn how to add data to the database 85 App 16: Database - Editing Data Part 3We learn how to edit data within the database 86 App 16: Database - Deleting Data Part 4We learn how to delete data within the database
Раздел 11: Getting Social With Your App! 87 Posting Text To FacebookWe learn how to post text to facebook 88 Posting Images To FacebookWe learn how to post images to facebook 89 Sending Twitter TweetsWe learn how to tweet text to twitter 90 Sending Images To TwitterWe learn how to tweet images to twitter 91 Sending an SMS MessageWe learn how to send text via SMS messages 92 Sending Images Via SMSWe learn how to send images via SMS messages 93 Sending an EmailWe learn how to send text via emails 94 Sending an Images Via EmailWe learn how to send images via emails 95 App 17: Social PosterWe create a social poster application using our devices camera and social abilties 96 Making a Phone CallW learn how to make phone calls directly from the app 97 App 18: Contact App - Creating the Contact Database Part 1We create a contact application allowing us to add contacts and message and call them 98 App 18: Contact App - Adding, Editing and Removing Contacts Part 2We add the abilty to add, edit and delete contacts 99 App 18: Contact App - Calling and Messaging Contacts List Part 3We intgrate the contact abilty to call and message our contacts 100 Displaying Local NotificationsWe learn how to display local notifications from our applications
Раздел 12: Earning Revenue From Your App 101 Displaying iAd AdvertisementsWe learn how to earn revenue from ad networks 102 App 19: In App Purchases - Setting Up The App Part 1We learn how to create extra revenue from our app and give users extra content with in app purchases 103 App 19: In App Purchases - Displaying The Content Part 2We learn how to display the in app purchase to the user 104 App 19: In App Purchases - Purchasing The Content Part 3We learn how to purchase the content 105 App 19: In App Purchases - Saving The Purchase Part 4We learn how to save the purchase and load it when the app starts
Раздел 13: Supporting The Application 106 Device DetectionWe learn how to detect which device the user has and perform seperate actions 107 App 20: Universal ApplicationWe learn how to create universal applications with separate storyboards for iPhone and iPad
Раздел 14: Introducing Swift 108 Swift VariablesWe learn to create and undertsand variables in swift 109 Swift ArraysWe learn how to create and undertsand arrays in swift 110 Swift FunctionsWe learn how to create and undertsand functions in swift 111 Actions and OutletsWe learn how to create actions and outlets 112 App 1: Creating a Hello World ApplicationWe learn how to display text and create a hello world aplication 113 Universal ConstraintsWe learn how to add constraints to create universal views for our applications
Раздел 15: Swift Functions 114 Displaying TextWe learn how to display user inputted text into our applications 115 Text PropertiesWe learn how to change the properties of text within the application 116 Custom FontsWe learn how to add custom fonts to our project and display them in our application 117 Dismissing The KeyboardWe learn how to dismiss the keyboard from the view 118 NSTimersWe learn how to use NSTimers and create a simple stopwatch 119 Display Time and DateWe learn how to use NSTimers to display the time and date in our applications 120 If StatementsWe learn how to use if statements in our applications 121 App 2: Reaction GameWe create a reaction game using NSTimers and if statements 122 Fading ObjectsWe learn how to fade objects in and out 123 Hiding ObjectsLearn to to hide and reveal objects in your applications 124 Enabling and Disabling ObjectsWe learn how to enable and disable objects in our application 125 App 3: Tapping GameWe create a tapping game where you must tap as many times within the alloted time limit 126 Random Number GeneratorWe learn how to create a random number generator 127 Random Word GeneratorWe learn how to create a random word generator 128 App 4: Joke GeneratorWe learn from the random generators to build own own joke generator application
Раздел 16: Swift Actions 129 UISwitchesWe undertsand how a switch performs two simple tasks 130 UISegmentedControlsWe understand how to perform differnet actions with a segment control 131 UISlidersWe learn how to control values with a UISlider 132 App 5: Temperature CalculatorWe take what we learnt from UISlider and create a simple temperature calculator application 133 UIActionSheetsWe learn how to display action sheets and give users options they can perfomr 134 Shake GesturesWe learn how to trigger an action by shaking the device 135 App 6: Shake Me GameWe use what we learnt in the previous lecture to create a shake me game 136 URL LinksWe learn how to send data to different parts of our device with URL links 137 Using Delayed ActionsWe learn how to delay a triggered action 138 App 7: Calculator AppWe create a full featured calculation application
Раздел 17: Swift Views 139 Controlling UIScrollViewsWe learn how to control and extend views with scroll views 140 Displaying UIAlertViewsWe learn how to send messages to our users throught alert views 141 Using UIWebViewsWe learn how to display full HTML websites in our applications 142 Controlling UIWebviewsWe learn how to add web view controls 143 Activity IndicatorWe learn hoe to display activity on the screen 144 App 8: Browser ApplicationWe take what we created in our web view lectures to create a simple web browser application 145 Using UIMapViewsWe learn how to display maps in our applications 146 Controlling UIMapViews & Displaying LocationWe learn how to control map views and display user locations 147 App 9: Maps ApplicationWe take what we learnt in our map view lectures to create a full featured app application 148 Switching Views in StoryboardsWe learn how to switch to a new view in storyboards 149 Switching to a XIB ViewWe learn how to switch to an XIB view 150 Removing The Status BarWe learn how to remove the status bar from our application
Раздел 18: Swift Visuals 151 Importing FilesWe learn how to correctly import files into our projects 152 Displaying ImagesWe learn how to display image files 153 Displaying Retina ImagesWe learn how to display retina images for higher resolution screens 154 Changing ImagesWe learn how to change image files in your application 155 Adding Images To ButtonsWe learn how to add image files to buttons 156 Displaying Images From URL'SWe learn to load external content into our applications to display images 157 App 10: Snap GameWe create a snap image game 158 Displaying PDF'SWe learn how to display and interact with a PDF file 159 Background ColoursWe learn how to change the background colour in our application 160 AnimationsWe learn how to display an array of images to create an animation 161 Object StylingWe learn how to style objects in our views 162 App 11: Image Gallery - Creating the Collection View Part 1We create a image gallery from UICollectionViews 163 App 11: Image Gallery - Displaying the Detailed Image Part 2We push to a detail view to display our gallery in greater detail 164 Universal Launch ScreenWe learn how to create universal loading screens 165 Adding Loading Screens/Launch ImagesWe learn how to add images to the loading screens 166 Adding App IconsWe learn how to add and display application icons in our projects
Раздел 19: Swift Audio 167 Playing a Sound FileWe learn how to play sound files in your applications 168 Volume SliderWe learn how to control the volume of sound files in your applications 169 App 12: Soundboard ApplicationWe create a simple drum kit sound board application 170 App 13: YouTube VideosWe create an application that plays youtube videos 171 Vibrating the DeviceWe learn how to vibrate the device
Раздел 20: Swift Tab Bar Application 172 App 14: Tab Bar Application - Set Up Part 1We learn how to create and setup a tab bar application 173 App 14: Tab Bar Application - Customising Part 2We learn how to style a tab bar apllication
Раздел 21: Swift Table View Application 174 App 15: Table View - Populating a Table View Part 1We create a sky scraper information application 175 App 15: Table View - Pushing to a Detail View Part 2We learn how to push to a detail table view controller 176 App 15: Table View - Populating a Detail View Part 3We learn how to populate a detail table view controller
Раздел 22: Swift Core Data 177 App 16: Database - Creating a Database Part 1We create a database application and a car spotter app 178 App 16: Database - Adding Data Part 2We learn how to add data to the database 179 App 16: Database - Editing Data Part 3We learn how to edit data within the database 180 App 16: Database - Deleting Data Part 4We learn how to delete data within the database
Раздел 23: Swift Social 181 Posting Text To FacebookWe learn how to post text to facebook 182 Posting Images To FacebookWe learn how to post images to facebook 183 Sending Twitter TweetsWe learn how to tweet text to twitter 184 Sending Images To TwitterWe learn how to tweet images to twitter 185 Sending an SMS MessageWe learn how to send text via SMS messages 186 Sending Images Via SMSWe learn how to send images via SMS messages 187 Sending an EmailWe learn how to send text via emails 188 Sending an Images Via EmailWe learn how to send images via emails 189 App 17: Social PosterWe create a social poster application using social abilties 190 Making a Phone CallWe learn how to make phone calls directly from the app 191 App 18: Contact App - Creating the Contact Database Part 1We create a contact application allowing us to add contacts and message and call them 192 App 18: Contact App - Adding and Editing Contacts Part 2We add the abilty to add and edit contacts 193 App 18: Contact App - Removing Contacts Part 3We add the abilty to delete contacts 194 App 18: Contact App - Calling and Messaging Contacts List Part 4We intgrate the contact abilty to call and message our contacts
Раздел 24: Swift Revenue 195 Displaying iAd AdvertisementsWe learn how to earn revenue from ad networks 196 Displaying AdMob AdvertisementsWe learn how to earn revenue from ad networks
Раздел 25: Swift QR Code Reader 197 App 19: QR Code Reader - Setting Up The Scanner Part 1We use our camera to enable it to scan QR codes 198 App 19: QR Code Reader - Controlling The Scanner Part 2We add controls to our scanner 199 App 19: QR Code Reader - Displaying The Scans Part 3We implement the ability to display the scanned URL links
Раздел 26: Swift Supporting The Application 200 Device DetectionWe learn how to detect which device the user has and perform seperate actions 201 App 20: Universal ApplicationWe learn how to create universal applications with separate storyboards for iPhone and iPad
Раздел 27: Submitting And Publishing Your App! 202 Preparing your App for SubmissionWe learn to prepare our applications for submission 203 Uploading your App to the App StoreWe learn how to submit our apps to the App Store for sale
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 8
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!