IDTech iOS SDK Guide  1.1.166.045
API reference for NEO2
Allocate/Initialize IDT_NEO2 Object

A Singleton instance has been established in the IDT_NEO2 class. To utilize the delegate protocols, best practices would be to initialize the connection by setting the delegate with the singleton instance.

override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}