From: Panayotis K. <pan...@pa...> - 2010-03-27 11:03:20
|
> But I like your proposal and I would like to make that change. I think > NSProxy might even help us with some other problems in XMLVM (@Wolfgang, > Panayotis: overloading of UIView.drawRect). Nice idea! > > Arno Although the idea is really interesting, I belive we should add this functionality when categories or inheritance is not sufficient enough. For example, UIView.drawRect is only needed for Android. There we can simply create a new object which overwrites the original behavior of drawRect and use this derived object under Android compatibility library (as I said in a previous post) |