From: Shai <sha...@ya...> - 2012-01-22 19:12:10
|
Hi, I just ran into an issue with: o instanceof Object[] Where o is an array of Object subclass. This works as expected in Java but doesn't work with the C backend on iPhone (I'm not on the latest and greatest since we are approaching feature freeze on the iOS work). Is this something that is fixable in XMLVM? Are there workarounds? Thanks. |