I am trying to import UIDocument.h into my app delegate file and when I do all I get is implementation errors. My code is:
#import UIDocument.h
I’m still pretty new to Objective-C programing so I hope you don’t mind a basic question. Thank you in advance
with the < and > bits and no spaces in between. 🙂
UIDocument.h will only work on iOS 5 apps, b.t.w.