iOS / Cocoa has the observer pattern baked in, I think. But the only ones
I've seen are mostly MVVM, eg

https://github.com/RobertKozak/MonoMobile.Views
http://slodge.blogspot.co.uk/2012/02/mvvmcross-mvvm-across-wp7-monodroid-and.html



On Sun, Aug 5, 2012 at 9:12 PM, Phil Cockfield <[email protected]> wrote:

> In the past, I've always made a lot of use of property change
> notifications on Models.  In .NET I've used the [*INotifyPropertyChanged*]
> interface and associated class from System.ComponentModel.
>
> Before I go blithely diving into adopting this pattern for iOS development
> - is this something other people do?  Or in iOS is that discouraged.  What
> are common ways for implementing property change observation patterns
> around models in this world.
>
> Thanks!
> --
> *Phil *Cockfield
>
>
>
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>


-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop.
http://goo.gl/Vcz1p
London Bike App: Find the nearest Boris Bike, and get riding!
http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to