My iphone custom Titanium Module: iOS 3.1 or 4.0+ compatibility?

You must Login before you can answer or comment on any questions.

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)

— asked 2 years ago by Lou M
1 Comment
  • Actually it depends upon your titanium mobile SDK version?

    — commented 8 months ago by Ashish Nigam

1 Answer

Your Answer

Think you can help? Login to answer this question!