There is a Mac OSX framework that I would like to use in an iphone app, but it is not included in the iPhone SDK.
I dont see any technical reasons why this framework would not function on the iPhone, so is it possible to simply import this framework into my code?
As I understand it frameworks are a collection of source code that is compiled and included as part of the app source code, correct? Or do i have it wrong and they are simply pointers to the actual code that resides in the iPhone itself?
If the latter is true then I guess its not possible to use this framework unless apple includes it in the iphone os.
I dont see any technical reasons why this framework would not function on the iPhone, so is it possible to simply import this framework into my code?
As I understand it frameworks are a collection of source code that is compiled and included as part of the app source code, correct? Or do i have it wrong and they are simply pointers to the actual code that resides in the iPhone itself?
If the latter is true then I guess its not possible to use this framework unless apple includes it in the iphone os.