33
Chapter 7
Core Implementation NEO2: Swift
IDTech Framework includes class libraries to interface with the NEO2. This guide assume a fair understanding of
Xcode 7.3+ and general Apple iOS programming knowledge.
7.1
Integrating with IDTech framework
•
Import the Necessary Framework/Libraries
•
•
Add Import Statement to the Bridging Header File
•
Amend the View Controller Interface
•
Implement Optional Delegate Protocols
•
Allocate/Initialize IDT_NEO2 Object
•
7.2
Import the Necessary Framework/Libraries
Communicating with IDTech Devices requires the following framework/libraries to be imported into the project:
• IDTech.framework
• ExternalAccessory.framework
• MediaPlayer.framework
• AVFoundation.framework
• AudioToolbox.framework
• CFNetwork.framework
Also, import the following resource bundle:
• IDTech.bundle
Under Build Phases, select Link Binary With Libraries and click the Add (+) button
IDTech iOS SDK Guide for NEO2 #80152802-001