Download link
File List
-
01. Introduction/0101.What You Will Learn.mp4 8.62 MB
01. Introduction/0102.iOS Platform Overview.mp4 5.39 MB
01. Introduction/0103.Using The iOS Dev Center.mp4 4.44 MB
02. Getting Started/0201.Getting The SDK.mp4 11.85 MB
02. Getting Started/0202.Hello iOS.mp4 16.71 MB
02. Getting Started/0203.Understanding The Skeleton App.mp4 6.77 MB
02. Getting Started/0204.iPhone, iPad, And Universal Apps.mp4 3.52 MB
02. Getting Started/0205.Provisioning Your Device.mp4 10.56 MB
03. Tools Overview/0301.Xcode Overview.mp4 33.44 MB
03. Tools Overview/0302.Customizing Xcode.mp4 18.07 MB
03. Tools Overview/0303.Using Interface Builder.mp4 18.06 MB
03. Tools Overview/0304.Using The Simulator.mp4 13.66 MB
03. Tools Overview/0305.Using The Organizer.mp4 4.85 MB
03. Tools Overview/0306.Key Xcode Tips.mp4 26.66 MB
04. Objective-C Essentials/0401.Objective-C Overview.mp4 4.02 MB
04. Objective-C Essentials/0402.Creating Classes.mp4 8.75 MB
04. Objective-C Essentials/0403.Declaring And Implementing Methods.mp4 12.9 MB
04. Objective-C Essentials/0404.Sending Messages.mp4 16.31 MB
04. Objective-C Essentials/0405.Memory Management.mp4 26.71 MB
04. Objective-C Essentials/0406.Creating Object Instances.mp4 15.64 MB
04. Objective-C Essentials/0407.Automatic Reference Counting.mp4 18.35 MB
04. Objective-C Essentials/0408.Declared Properties.mp4 16.51 MB
04. Objective-C Essentials/0409.Coding Conventions.mp4 3 MB
05. Using The Foundation Framework/0501.Working With Strings.mp4 18.89 MB
05. Using The Foundation Framework/0502.Extending With Categories.mp4 9.55 MB
05. Using The Foundation Framework/0503.Using The Xcode Debugger.mp4 24.87 MB
05. Using The Foundation Framework/0504.Working With Numbers.mp4 6.18 MB
05. Using The Foundation Framework/0505.Collections - Part 1 Arrays.mp4 8.73 MB
05. Using The Foundation Framework/0506.Collections - Part 2 Dictionaries.mp4 15.23 MB
06. View Controllers/0601.Understanding MVC.mp4 3.36 MB
06. View Controllers/0602.View Controller Overview.mp4 9.68 MB
06. View Controllers/0603.Installing Custom Xcode File Templates.mp4 7.27 MB
06. View Controllers/0604.Creating The iMusic App.mp4 26.45 MB
06. View Controllers/0605.Understanding View Loading.mp4 4.61 MB
06. View Controllers/0606.Responding To Display Related Callbacks.mp4 2.26 MB
06. View Controllers/0607.Target-Action Pattern.mp4 10.63 MB
06. View Controllers/0608.Presenting Modal View Controllers.mp4 18.62 MB
07. Views/0701.Understanding Views.mp4 6.35 MB
07. Views/0702.Creating Views Programmatically.mp4 19.3 MB
07. Views/0703.Building The Main User Interface.mp4 16.07 MB
07. Views/0704.Defining IBOutlets.mp4 9.21 MB
07. Views/0705.Working With Images And Image Views.mp4 10.2 MB
07. Views/0706.Handling Images On Retina Devices.mp4 7.1 MB
07. Views/0707.Creating Pattern Images.mp4 8.21 MB
07. Views/0708.Customizing Buttons.mp4 17.05 MB
07. Views/pd.jpg 22.99 KB
08. Data Management/0801.Building The Data Model.mp4 0 B
08. Data Management/0802.Archiving Data.mp4 23.18 MB
08. Data Management/0803.Understanding Protocols.mp4 3.76 MB
08. Data Management/0804.Adopting NSCoding.mp4 9.8 MB
08. Data Management/0805.Persisting The Data Model.mp4 9.41 MB
08. Data Management/0806.Advanced Data Options.mp4 4.39 MB
09. Table Views/0901.Using iOS Table Views.mp4 4.89 MB
09. Table Views/0902.Introducing A Navigation Controller.mp4 9.76 MB
09. Table Views/0903.Building The Music List View Controller.mp4 15.35 MB
09. Table Views/0904.Providing The Table Data.mp4 27.97 MB
09. Table Views/0905.Enabling Behavior With Delegation.mp4 17.08 MB
09. Table Views/0906.Adding Swipe To Delete.mp4 16.14 MB
09. Table Views/0907.Deleting An Album.mp4 26.2 MB
10. Storyboards/1001.Storyboarding iMusic.mp4 42.29 MB
10. Storyboards/1002.Adding A Custom Music List Cell.mp4 24.92 MB
10. Storyboards/1003.Animating The Cells Delete Behavior.mp4 18.49 MB
10. Storyboards/1004.Building The Detail View UI.mp4 15.19 MB
10. Storyboards/1005.Building The Detail View Controller.mp4 20.11 MB
10. Storyboards/1006.Passing Data Between Scenes.mp4 12.59 MB
10. Storyboards/1007.Opening The Album In iTunes.mp4 7.75 MB
10. Storyboards/1008.Prototyping The Search UI - Part 1.mp4 33.31 MB
10. Storyboards/1009.Prototyping The Search UI - Part 2.mp4 31.13 MB
11. Networking/1101.iTunes Music Store Search API.mp4 12.56 MB
11. Networking/1102.Defining The Music Store Service.mp4 11.21 MB
11. Networking/1103.Finding Artists With NSURLConnection.mp4 21.31 MB
11. Networking/1104.Parsing JSON With NSJSONSerialization.mp4 10.77 MB
11. Networking/1105.Creating A Simple NSURLConnection Wrapper.mp4 9.41 MB
11. Networking/1106.Refactoring To Use HTTPGetRequest.mp4 6.39 MB
11. Networking/1107.Finding An Artists Albums.mp4 9.64 MB
11. Networking/1108.Building Artists Album List.mp4 18.31 MB
11. Networking/1109.Loading The Album Art.mp4 9.62 MB
11. Networking/1110.Open Source Alternatives.mp4 17.83 MB
11. Networking/1111.NSJSONSerialization.mp4 1.61 MB
12. Code Quality/1201.Unit Testing In Xcode.mp4 10.27 MB
12. Code Quality/1202.Writing Your First Unit Test.mp4 18.62 MB
12. Code Quality/1203.Testing With OCMock - Part 1 Stubbing.mp4 21.86 MB
12. Code Quality/1204.Testing With OCMock - Part 2 Mocking.mp4 9.26 MB
12. Code Quality/1205.Writing An Integration Test.mp4 17.68 MB
12. Code Quality/1206.Developer Testing Best Practices.mp4 3.56 MB
12. Code Quality/1207.Automation Testing With UIAutomation - Part 1.mp4 14.7 MB
12. Code Quality/1208.Automation Testing With UIAutomation - Part 2.mp4 10.39 MB
13. Going Universal/1301.iMusic The Universal Edition.mp4 9.84 MB
13. Going Universal/1302.Redesigning The User Interface.mp4 22.86 MB
13. Going Universal/1303.Customizing View Controllers.mp4 29.08 MB
13. Going Universal/1304.Observing Idioms.mp4 13.35 MB
13. Going Universal/1305.Split View Communication.mp4 30.08 MB
13. Going Universal/1306.Modal Presentation Options.mp4 17.03 MB
14. iCloud/1401.Sorting The Music List.mp4 31.73 MB
14. iCloud/1402.Integrating With iCloud.mp4 14.88 MB
14. iCloud/1403.Writing To The Cloud.mp4 5.76 MB
14. iCloud/1404.Getting Notification Of Changes.mp4 13.2 MB
14. iCloud/1405.Synchronizing With iCloud.mp4 8.37 MB
15. Conclusion/1501.Whats Next The Education Never Stops..mp4 1.48 MB
15. Conclusion/1502.About Bob McCune.mp4 1.59 MB
Working Files/Working_Files.zip 3.32 MB
Download Info
-
Tips
“Infinite Skills - Learning iOS Programming” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.