migueldeicaza / MonoTouch.Dialog

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

EntryElement doesn't call DequeueReusableCell #237

Closed danmiser closed 6 years ago

danmiser commented 8 years ago

This seems to run against all of the docs that I can find on GetCell(). Is there a specific reason this pattern isn't being followed for the EntryElement?

migueldeicaza commented 6 years ago

I believe that this was due to too much state to reset on the entry, so I just pay the price for every entry, it is not as reusable, but I did not think that there woudl be too many entry elements created, so the price was fine.