We're developing a custom Titanium Module for iOS devices.
The documentation for creating a Titanium module says that you need iOS SDK 4.0 or higher. Is this for development or deployment?
The reason I ask is that my module works great on iPhone 3GS's with iOS 4.x installed, but images don't load when run on an iPhone 3G with iOS 3.1.
I put in some logging code, and whereas this is what I see on iOS 4.x (the UIImage loads correctly):
[INFO] MyViewProxy: disabledButtonImagePath: modules/com.mycompany.ui/images/dateDisabled45x45
[INFO] MyViewProxy: disabledButtonImage: UIImage: 0x45fd60
... this is what I see on iOS 3.1 (the UIImage does not load, even using the same path):
[INFO] MyViewProxy: disabledButtonImagePath: modules/com.mycompany.ui/images/dateDisabled45x45
[INFO] MyViewProxy: disabledButtonImage: (null)
1 Answer
Can review the Titanium Matrix Compatibility to get started and diagnose further problems.
Your Answer
Think you can help? Login to answer this question!