Difference between revisions of "IOS 8 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 32: Line 32:
 
# [[Working with Array and Dictionary Collections in Swift]]<br><br>
 
# [[Working with Array and Dictionary Collections in Swift]]<br><br>
 
# [[Understanding Error Handling in Swift 2|Understanding Error Handling in Swift]]<br><br>
 
# [[Understanding Error Handling in Swift 2|Understanding Error Handling in Swift]]<br><br>
 +
# [[Creating an Interactive iOS 8 App (Swift)|Creating an Interactive iOS 10 App]]<br><br>
 +
# [[An Introduction to Auto Layout in iOS 8|An Introduction to Auto Layout in iOS 10]]<br><br>
 +
# [[Working with iOS 8 Auto Layout Constraints in Interface Builder|Working with iOS 10 Auto Layout Constraints in Interface Builder]]<br><br>
 +
# [[An iOS 8 Auto Layout Example|An iOS 10 Auto Layout Example]]<br><br>
 +
# [[Using Trait Variations to Design Adaptive iOS User Interfaces]]
 +
# [[Using Storyboards in Xcode 6|Using Storyboards in Xcode 8]]<br><br>
  
# [[Creating an Interactive iOS 8 App (Swift)|Creating an Interactive iOS 8 App]]
 
#* [[Creating an Interactive iOS 8 App (Swift)|Creating the New Project]]
 
#* [[Creating an Interactive iOS 8 App (Swift)|Creating the User Interface]]
 
#* [[Creating an Interactive iOS 8 App (Swift)|Building and Running the Sample Application]]
 
#* [[Creating an Interactive iOS 8 App (Swift)|Adding Actions and Outlets]]
 
#* [[Creating an Interactive iOS 8 App (Swift)|Building and Running the Finished Application]]
 
#* [[Creating an Interactive iOS 8 App (Swift)|Hiding the Keyboard]]<br><br>
 
# [[Understanding iOS 8 Views, Windows and the View Hierarchy]]
 
#* [[Understanding iOS 8 Views, Windows and the View Hierarchy|An Overview of Views]]
 
#* [[Understanding iOS 8 Views, Windows and the View Hierarchy|The UIWindow Class]]
 
#* [[Understanding iOS 8 Views, Windows and the View Hierarchy|The View Hierarchy]]
 
#* [[Understanding iOS 8 Views, Windows and the View Hierarchy|View Types]]
 
#* [[Understanding iOS 8 Views, Windows and the View Hierarchy|The Window]]
 
#* [[Understanding iOS 8 Views, Windows and the View Hierarchy|Container Views]]
 
#* [[Understanding iOS 8 Views, Windows and the View Hierarchy|Controls]]
 
#* [[Understanding iOS 8 Views, Windows and the View Hierarchy|Display Views]]
 
#* [[Understanding iOS 8 Views, Windows and the View Hierarchy|Text and Web Views]]
 
#* [[Understanding iOS 8 Views, Windows and the View Hierarchy|Navigation Views and Tab Bars]]
 
#* [[Understanding iOS 8 Views, Windows and the View Hierarchy|Alert Views]]<br><br>
 
# [[An Introduction to Auto Layout in iOS 8]]
 
#* [[An Introduction to Auto Layout in iOS 8|An Overview of Auto Layout]]
 
#* [[An Introduction to Auto Layout in iOS 8|Alignment Rects]]
 
#* [[An Introduction to Auto Layout in iOS 8|Intrinsic Content Size]]
 
#* [[An Introduction to Auto Layout in iOS 8|Content Hugging and Compression Resistance Priorities]]
 
#* [[An Introduction to Auto Layout in iOS 8|Three Ways to Create Constraints]]
 
#* [[An Introduction to Auto Layout in iOS 8|Constraints in more Detail]]<br><br>
 
# [[Working with iOS 8 Auto Layout Constraints in Interface Builder]]
 
#* [[Working with iOS 8 Auto Layout Constraints in Interface Builder|A Simple Example of Auto Layout in Action]]
 
#* [[Working with iOS 8 Auto Layout Constraints in Interface Builder|Enabling and Disabling Auto Layout in Interface Builder]]
 
#* [[Working with iOS 8 Auto Layout Constraints in Interface Builder|The Auto Layout Features of Interface Builder]]
 
#* [[Working with iOS 8 Auto Layout Constraints in Interface Builder|Suggested Constraints]]
 
#* [[Working with iOS 8 Auto Layout Constraints in Interface Builder|Visual Cues]]
 
#* [[Working with iOS 8 Auto Layout Constraints in Interface Builder|Highlighting Constraint Problems]]
 
#* [[Working with iOS 8 Auto Layout Constraints in Interface Builder|Viewing, Editing and Deleting Constraints]]
 
#* [[Working with iOS 8 Auto Layout Constraints in Interface Builder|Creating New Constraints in Interface Builder]]
 
#* [[Working with iOS 8 Auto Layout Constraints in Interface Builder|Adding Aspect Ratio Constraints]]
 
#* [[Working with iOS 8 Auto Layout Constraints in Interface Builder|Resolving Auto Layout Problems]]<br><br>
 
# [[An iOS 8 Auto Layout Example]]
 
#* [[An iOS 8 Auto Layout Example|Preparing the Project]]
 
#* [[An iOS 8 Auto Layout Example|Designing the User Interface]]
 
#* [[An iOS 8 Auto Layout Example|Adding Auto Layout Constraints]]
 
#* [[An iOS 8 Auto Layout Example|Adjusting Constraint Priorities]]
 
#* [[An iOS 8 Auto Layout Example|Testing the Application]]<br><br>
 
# [[Implementing iOS 8 Auto Layout Constraints in Swift Code]]
 
#* [[Implementing iOS 8 Auto Layout Constraints in Swift Code|Creating Constraints in Code]]
 
#* [[Implementing iOS 8 Auto Layout Constraints in Swift Code|Adding a Constraint to a View]]
 
#* [[Implementing iOS 8 Auto Layout Constraints in Swift Code|Turning off Auto Resizing Translation]]
 
#* [[Implementing iOS 8 Auto Layout Constraints in Swift Code|An Example Application]]
 
#* [[Implementing iOS 8 Auto Layout Constraints in Swift Code|Creating the Views]]
 
#* [[Implementing iOS 8 Auto Layout Constraints in Swift Code|Creating and Adding the Constraints]]
 
#* [[Implementing iOS 8 Auto Layout Constraints in Swift Code|Removing Constraints]]<br><br>
 
# [[Implementing Cross-Hierarchy Auto Layout Constraints in iOS 8]]
 
#* [[Implementing Cross-Hierarchy Auto Layout Constraints in iOS 8|The Example Application]]
 
#* [[Implementing Cross-Hierarchy Auto Layout Constraints in iOS 8|Establishing Outlets]]
 
#* [[Implementing Cross-Hierarchy Auto Layout Constraints in iOS 8|Writing the Code to Remove the Old Constraint]]
 
#* [[Implementing Cross-Hierarchy Auto Layout Constraints in iOS 8|Adding the Cross Hierarchy Constraint]]
 
#* [[Implementing Cross-Hierarchy Auto Layout Constraints in iOS 8|Testing the Application]]<br><br>
 
# [[Understanding the iOS 8 Auto Layout Visual Format Language in Swift]]
 
#* [[Understanding the iOS 8 Auto Layout Visual Format Language in Swift|The Example Application]]
 
#* [[Understanding the iOS 8 Auto Layout Visual Format Language in Swift|Establishing Outlets]]
 
#* [[Understanding the iOS 8 Auto Layout Visual Format Language in Swift|Writing the Code to Remove the Old Constraint]]
 
#* [[Understanding the iOS 8 Auto Layout Visual Format Language in Swift|Adding the Cross Hierarchy Constraint]]
 
#* [[Understanding the iOS 8 Auto Layout Visual Format Language in Swift|Testing the Application]]<br><br>
 
# [[Using Size Classes to Design Universal iOS User Interfaces]]
 
#* [[Using Size Classes to Design Universal iOS User Interfaces|Understanding Size Classes]]
 
#* [[Using Size Classes to Design Universal iOS User Interfaces|Size Classes in Interface Builder]]
 
#* [[Using Size Classes to Design Universal iOS User Interfaces|Setting “Any” Defaults]]
 
#* [[Using Size Classes to Design Universal iOS User Interfaces|Working with Size Classes in Interface Builder]]
 
#* [[Using Size Classes to Design Universal iOS User Interfaces|A Universal User Interface Tutorial]]
 
#* [[Using Size Classes to Design Universal iOS User Interfaces|Designing the iPad Layout]]
 
#* [[Using Size Classes to Design Universal iOS User Interfaces|Adding Universal Image Assets]]
 
#* [[Using Size Classes to Design Universal iOS User Interfaces|Designing the iPhone Layout]]
 
#* [[Using Size Classes to Design Universal iOS User Interfaces|Adding a Size Class Specific Image File]]
 
#* [[Using Size Classes to Design Universal iOS User Interfaces|Removing Redundant Constraints]]
 
#* [[Using Size Classes to Design Universal iOS User Interfaces|Previewing Layouts]]
 
#* [[Using Size Classes to Design Universal iOS User Interfaces|Testing the Application]]<br><br>
 
# [[Using Storyboards in Xcode 6]]
 
#* [[Using Storyboards in Xcode 6|Creating the Storyboard Example Project]]
 
#* [[Using Storyboards in Xcode 6|Accessing the Storyboard]]
 
#* [[Using Storyboards in Xcode 6|Adding Scenes to the Storyboard]]
 
#* [[Using Storyboards in Xcode 6|Configuring Storyboard Segues]]
 
#* [[Using Storyboards in Xcode 6|Configuring Storyboard Transitions]]
 
#* [[Using Storyboards in Xcode 6|Associating a View Controller with a Scene]]
 
#* [[Using Storyboards in Xcode 6|Passing Data Between Scenes]]
 
#* [[Using Storyboards in Xcode 6|Unwinding Storyboard Segues]]
 
#* [[Using Storyboards in Xcode 6|Triggering a Storyboard Segue Programmatically]]<br><br>
 
 
# [[Using Xcode 6 Storyboards to Create an iOS 8 Tab Bar Application]]
 
# [[Using Xcode 6 Storyboards to Create an iOS 8 Tab Bar Application]]
 
#* [[Using Xcode 6 Storyboards to Create an iOS 8 Tab Bar Application|An Overview of the Tab Bar]]
 
#* [[Using Xcode 6 Storyboards to Create an iOS 8 Tab Bar Application|An Overview of the Tab Bar]]

Revision as of 18:12, 2 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. Creating an Interactive iOS 10 App

  16. An Introduction to Auto Layout in iOS 10

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

  18. An iOS 10 Auto Layout Example

  19. Using Trait Variations to Design Adaptive iOS User Interfaces
  20. Using Storyboards in Xcode 8

  1. Using Xcode 6 Storyboards to Create an iOS 8 Tab Bar Application
  2. An Overview of iOS 8 Table Views and Xcode 6 Storyboards
  3. Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells
  4. Implementing iOS 8 TableView Navigation using Storyboards in Xcode 6 and Swift
  5. An iOS 8 Swift Split View Master-Detail Example
  6. Implementing a Swift Page based iOS 8 Application using UIPageViewController
  7. An Example Swift iOS 8 UIPageViewController Application
  8. Working with Directories in Swift on iOS 8
  9. Working with Files in Swift on iOS 8
  10. iOS 8 Directory Handling and File I/O in Swift – A Worked Example
  11. Preparing an iOS 8 App to use iCloud Storage
  12. Managing Files using the iOS 8 UIDocument Class
  13. Using iCloud Storage in an iOS 8 Application
  14. Synchronizing iOS 8 Key-Value Data using iCloud
  15. iOS 8 Data Persistence using Archiving and Swift
  16. Swift iOS 8 Database Implementation using SQLite
  17. An Example SQLite based iOS 8 Application using Swift and FMDB
  18. iOS 8 Databases in Swift using Core Data
  19. An iOS 8 Swift Core Data Tutorial
  20. An Introduction to CloudKit Data Storage on iOS 8
  21. An iOS 8 CloudKit Example
  22. An iOS 8 CloudKit Subscription Example
  23. An Overview of iOS 8 Multitouch, Taps and Gestures
  24. An Example Swift iOS 8 Touch, Multitouch and Tap Application
  25. Detecting iOS 8 Touch Screen Gesture Motions in Swift
  26. Identifying Gestures using iOS 8 Gesture Recognizers
  27. An iOS 8 Swift Gesture Recognition Tutorial
  28. Implementing TouchID Authentication in iOS 8 Apps
  29. An Overview of iOS 8 Collection View and Flow Layout
  30. A Swift iOS 8 Storyboard-based Collection View Tutorial
  31. Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift
  32. Drawing iOS 8 2D Graphics in Swift with Core Graphics
  33. Interface Builder Live Views and iOS 8 Embedded Frameworks
  34. An iOS 8 Swift Graphics Tutorial using Core Graphics and Core Image
  35. Basic iOS 8 Swift Animation using Core Animation
  36. iOS 8 UIKit Dynamics – An Overview
  37. A Swift iOS 8 UIKit Dynamics Tutorial
  38. An Introduction to iOS 8 Sprite Kit Game Programming
  39. An iOS 8 Swift Sprite Kit Level Editor Game Tutorial
  40. A Swift iOS 8 Sprite Kit Collision Handling Tutorial
  41. An iOS 8 Sprite Kit Particle Emitter Tutorial
  42. Integrating iAds into an iOS 8 App using Swift
  43. Integrating Maps into iOS 8 Applications using MKMapItem and Swift
  44. An Example Swift iOS 8 MKMapItem Application
  45. Getting Location Information using the iOS 8 Core Location Framework in Swift
  46. A Swift Example iOS 8 Location Application
  47. Working with Maps on iOS 8 with Swift, MapKit and the MKMapView Class
  48. Working with MapKit Local Search in iOS 8 and Swift
  49. Using MKDirections to get iOS 8 Map Directions and Routes
  50. An Introduction to Extensions in iOS 8
  51. An iOS 8 Today Extension Widget Tutorial
  52. Creating an iOS 8 Photo Editing Extension
  53. Creating an iOS 8 Action Extension
  54. Receiving Data from an iOS 8 Action Extension
  55. Using iOS 8 Event Kit and Swift to Create Date and Location Based Reminders
  56. Accessing the iOS 8 Camera and Photo Library in Swift
  57. An Example Swift iOS 8 iPhone Camera Application
  58. iOS 8 Video Playback using AVPlayer and AVPlayerViewController
  59. Playing Audio on iOS 8 using AVAudioPlayer
  60. Recording Audio on iOS 8 with AVAudioRecorder in Swift
  61. Integrating Twitter and Facebook into iOS 8 Applications using Swift
  62. An iOS 8 Swift Facebook Integration Tutorial using UIActivityViewController
  63. iOS 8 Facebook and Twitter Integration using SLRequest and Swift
  64. An Swift iOS 8 Twitter Integration Tutorial using SLRequest
  65. Making Store Purchases in Swift with the SKStoreProductViewController Class
  66. Building In-App Purchasing into iOS 8 Swift Applications
  67. Preparing an iOS 8 Application for In-App Purchases
  68. An iOS 8 Swift In-App Purchase Tutorial
  69. Configuring and Creating App Store Hosted Content for iOS 8 In-App Purchases

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