Difference between revisions of "IOS 8 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 40: Line 40:
 
# [[Using Trait Variations to Design Adaptive iOS User Interfaces]]<br><br>
 
# [[Using Trait Variations to Design Adaptive iOS User Interfaces]]<br><br>
 
# [[Using Storyboards in Xcode 6|Using Storyboards in Xcode 8]]<br><br>
 
# [[Using Storyboards in Xcode 6|Using Storyboards in Xcode 8]]<br><br>
 +
# Organizing Scenes over Multiple Storyboard Files<br><br>
 
# [[An Overview of iOS 8 Table Views and Xcode 6 Storyboards|An Overview of iOS 10 Table Views and Xcode 8 Storyboards]]<br><br>
 
# [[An Overview of iOS 8 Table Views and Xcode 6 Storyboards|An Overview of iOS 10 Table Views and Xcode 8 Storyboards]]<br><br>
 
# [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Using Xcode 8 Storyboards to Build Dynamic TableViews]]<br><br>
 
# [[Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells|Using Xcode 8 Storyboards to Build Dynamic TableViews]]<br><br>

Revision as of 04:06, 10 November 2016

Table of ContentsNext
Start Here



© 2016 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.

Learn SwiftUI and take your iOS Development to the Next Level
SwiftUI Essentials – iOS 16 Edition book is now available in Print ($39.99) and eBook ($29.99) editions. Learn more...

Buy Print Preview Book

  1. Start Here

  2. Joining the Apple iOS Developer Program

  3. Installing Xcode 8 and the iOS 10 SDK

  4. A Guided Tour of Xcode 8

  5. An Introduction to Swift Playgrounds

  6. Swift Data Types, Constants and Variables

  7. Swift Operators and Expressions

  8. Swift Flow Control

  9. The Swift Switch Statement

  10. An Overview of Swift Functions and Closures

  11. The Basics of Object Oriented Programming in Swift

  12. An Introduction to Swift Inheritance

  13. Working with Array and Dictionary Collections in Swift

  14. Understanding Error Handling in Swift

  15. The iOS 10-Application and Development Architecture

  16. Creating an Interactive iOS 10 App

  17. Understanding iOS 10 Views, Windows and the View Hierarchy

  18. An Introduction to Auto Layout in iOS 10

  19. Working with iOS 10 Auto Layout Constraints in Interface Builder

  20. An iOS 10 Auto Layout Example

  21. Using Trait Variations to Design Adaptive iOS User Interfaces

  22. Using Storyboards in Xcode 8

  23. Organizing Scenes over Multiple Storyboard Files

  24. An Overview of iOS 10 Table Views and Xcode 8 Storyboards

  25. Using Xcode 8 Storyboards to Build Dynamic TableViews

  26. Implementing iOS 10 TableView Navigation using Storyboards in Xcode 8

  27. Working with the iOS 10 Stack View Class

  28. An iOS 10 Stack View Tutorial

  29. An iOS 10 Split View Master-Detail Example

  30. An iOS 10 Split View Master-Detail Example

  31. A Guide to Multitasking in iOS 10

  32. An iOS 10 Multitasking Example

  33. Working with Directories in Swift 3 on iOS 10

  34. Working with Files in Swift 3 on iOS 10

  35. iOS 10 Directory Handling and File I/O in Swift – A Worked Example

  36. Preparing an iOS 10 App to use iCloud Storage

  37. Managing Files using the iOS 8 UIDocument Class

  38. Using iCloud Storage in an iOS 8 Application

  39. Synchronizing iOS 10 Key-Value Data using iCloud

  40. iOS 10 Database Implementation using SQLite

  41. An Example SQLite based iOS 10 Application using Swift and FMDB

  42. iOS 10 Databases in Swift using Core Data

  43. An iOS 10 Core Data Tutorial

  44. An Introduction to CloudKit Data Storage on iOS 10

  45. An Introduction to CloudKit Sharing

  46. An iOS 8 CloudKit Example

  47. An iOS 8 CloudKit Subscription Example

  48. An iOS CloudKit Sharing Example

  49. An Overview of iOS 10 Multitouch, Taps and Gestures

  50. An Example Swift iOS 8 Touch, Multitouch and Tap Application

  51. Detecting iOS 8 Touch Screen Gesture Motions in Swift

  52. Identifying Gestures using iOS 8 Gesture Recognizers

  53. An iOS 8 Swift Gesture Recognition Tutorial

  54. An iOS 10 3D Touch Force Handling Tutorial

  55. An iOS 9 3D Touch Quick Actions Tutorial

  56. An iOS 9 3D Touch Peek and Pop Tutorial

  57. Implementing TouchID Authentication in iOS 10 Apps

  58. Drawing iOS 10 2D Graphics with Core Graphics

  59. Interface Builder Live Views and iOS 10 Embedded Frameworks

  60. An iOS 10 Graphics Tutorial using Core Graphics and Core Image

  61. iOS 10 Animation using UIViewPropertyAnimator

  62. iOS 10 UIKit Dynamics – An Overview

  63. An iOS 10 UIKit Dynamics Tutorial

  64. An Introduction to iOS 10 Sprite Kit Game Programming

  65. An iOS 10 Sprite Kit Level Editor Game Tutorial

  66. A iOS 10 Sprite Kit Collision Handling Tutorial

  67. An iOS 10 Sprite Kit Particle Emitter Tutorial

  68. iOS 10 Multitasking, Background Transfer Service and Fetching

  69. An iOS 10 Local Notification Tutorial

  70. An Overview of iOS 10 Application State Preservation and Restoration

  71. An iOS 10 State Preservation and Restoration Tutorial

  72. Integrating Maps into iOS 10 Applications using MKMapItem

  73. An Example iOS 10 MKMapItem Application

  74. Getting Location Information using the iOS 10 Core Location Framework

  75. A Example iOS 8 Location Application

  76. Working with Maps on iOS 10 with MapKit and the MKMapView Class

  77. Working with MapKit Local Search in iOS 10

  78. Using MKDirections to get iOS 8 Map Directions and Routes

  79. An iOS 10 MapKit Flyover Tutorial

  80. An Introduction to Extensions in iOS 10

  81. An iOS 10 Today Extension Widget Tutorial

  82. Creating an iOS 10 Photo Editing Extension

  83. Creating an iOS 10 Action Extension

  84. Receiving Data from an iOS 8 Action Extension

  85. An iOS 10 Interactive iMessage App Tutorial

  86. An Introduction to Building iOS 10 iMessage Apps

  87. Using iOS 10 Event Kit to Create Date and Location Based Reminders

  88. Accessing the iOS 10 Camera and Photo Library

  89. An Example iOS 10 iPhone Camera Application

  90. iOS 8 Video Playback using AVPlayer and AVPlayerViewController

  91. An iOS 10 Multitasking Picture in Picture Tutorial

  92. Playing Audio on iOS 8 using AVAudioPlayer

  93. Recording Audio on iOS 10 with AVAudioRecorder

  94. An iOS 10 Speech Recognition Tutorial

  95. An iOS 10 Real-Time/Live Speech Recognition Tutorial

  96. An Introduction to SiriKit

  97. An iOS 10 Example SiriKit Messaging Extension

  98. An iOS 10 Example SiriKit Messaging Extension

  99. An iOS 10 SiriKit Photo Search Tutorial

  100. Integrating Twitter and Facebook into iOS 10 Applications

  101. An iOS 10 Facebook Integration Tutorial using UIActivityViewController

  102. iOS 10 Facebook and Twitter Integration using SLRequest

  103. An iOS 10 Twitter Integration Tutorial using SLRequest

  104. Making Store Purchases in Swift with the SKStoreProductViewController Class

  105. Building In-App Purchasing into iOS 10 Applications

  106. Preparing an iOS 10 Application for In-App Purchases

  107. An iOS 10 In-App Purchase Tutorial

  108. Configuring and Creating App Store Hosted Content for iOS 10 In-App Purchases

  109. Preparing and Submitting an iOS 10 Application to the App Store

Learn SwiftUI and take your iOS Development to the Next Level
SwiftUI Essentials – iOS 16 Edition book is now available in Print ($39.99) and eBook ($29.99) editions. Learn more...

Buy Print Preview Book



Table of ContentsNext
Start Here