While trying to bind a third party library, I ran into an issue binding a NSMutableArray - the issue being that I can't find it in the API. It is referred to in the monotouch docs.
The only examples I've found to get around this use NSArray/NSObject[] in place of the NSMutableArray, but the library I'm binding to adds items to the array so this does not work. Has anyone else had luck creating btouch bindings for this kind of usage? Thanks! -pm -- View this message in context: http://monotouch.2284126.n4.nabble.com/NSMutableArray-unavailable-BTouch-guru-needed-tp3515333p3515333.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
