15
Chapter 6
Core Implementation NEO2: Objective-C
IDTech Framework includes class libraries to interface with the NEO2. This guide assume a fair understanding of
Xcode 5.0+ and general Apple iOS programming knowledge.
6.1 Integrating with IDTech framework
• Import the necessary framework/libraries
• Add Import statements to utilize frameworks
• Amend the view controller interface
• Implement optional delegate protocols
• Allocate/initialize IDT_NEO2 objects
• Sample Project Tutorial
6.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
• CoreBluetooth.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