Thanks for the replies, you have more or less come to the same conclusions I
have regarding extension methods etc...
The partial class approach wont work as the original class also needs to be
marked as partial. Also, partial is just a compiler convenience, that joins
two .cs files together before compilation, so wont work with any
pre-compiled framework code.

I've decided I will be using a "pretty enough" approach for ios4 users. Its
too much extra work for a constantly shrinking user base. If they're too
lazy to plug their phone into iTunes once a year, then they cant have nice
things. :-)

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Obj-C-Categories-in-Monotouch-tp4567460p4569728.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to