migueldeicaza / MonoTouch.Dialog

Tools to simplify creating dialogs with the user using MonoTouch
MIT License
430 stars 211 forks source link

Fixed a bug where DateTimeElements don't show any selection animation. #173

Closed tystol closed 11 years ago

tystol commented 11 years ago

... due to deriving from StringElement, and StringElements only enabling selection if the Tapped event is subscribed to. DateTime elements overload the OnSelected method and so never have a Tapped subscription. Fixed by forcing to always use a selection style.