From: Panayotis K. <pan...@pa...> - 2010-03-07 10:27:05
|
On 06 Μαρ 2010, at 7:15 μ.μ., Arno Puder wrote: > > you are right that this is a little 'messy'. I couldn't think of another > way of doing this. I'm not sure how your proposed solution would work. A > problem could be polymorphism between the UIViewWithImage and UIView. > Before you spend time on this, would you mind explaining how the > inheritance hierarchy would look like? > > Arno > As simple as it gets: UIView -> UIViewWithImage :) And of course the object uiView in android.view.View will be a UIViewWithImage instead of UIView alone. In any case, the org_xmlvm_iphone_UIView is not inherited anywhere else :) |