migueldeicaza / MonoTouch.Dialog

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

Animation when tapping on OwnerDrawElement #204

Open JeanBedard opened 10 years ago

JeanBedard commented 10 years ago

Hi,

I am using a OwnerDrawElement derived class to display my business object in a TableView. Rendering is working fine but I don't have the "touch feeling" when I am tapping an element from the list. How can I create a "touch" animation on the tapped item ? Just like it does on other element types!

Thanks! BTW, Monotouch.Dialog is GREAT! Jean