Chris van de Steeg
Chris van de Steeg
@ChaseFlorell this is because in xamarin 4 Dispose is called correctly on the renderer (wonder why it didn't in previous versions though)... Control is null when getting in OnElementChanged, so...
@kevinobee could you please merge this and update the nuget package?
@aruntd77 did you include one of the boc.ioc.* libraries (eg boc.inversionofcontrol.simpleinjector).. you'll need to choose a dependency injection container to use this
Yes, sorry for that. My last checkin fixes the newlines. The entire/fixed diff can be viewed here: https://github.com/migueldeicaza/MonoTouch.Dialog/pull/45/files
The RadioSelectionAttribute has a target property, but that property is never used in the current code base. The current code base, just skips any Int-typed property. (So it is impossible...