Clancey / FlyoutNavigation

Other
95 stars 87 forks source link

Swipe Gesture on the Navigation View causes cell views to be overriden #56

Closed djvoracious closed 10 years ago

djvoracious commented 10 years ago

Hi there,

Im just looking at customizing your flyout menu. For those elements which I have overriden the UITableViewCell.GetCell methods, that all works fine. Colours, images etc all working as expected. The issue that I am having now now is when the user swipes the navigation menu up or down fast, it defaults to the original styles. Not sure if its an issue with the default UITableViewor the refresh logic of your component. Let me know if you can replicate it.

djvoracious commented 10 years ago

Just to update you with a bit more info. I had subclassed StyledStringElement and thats what the issue seems to be. Instead of subclassing that, I just subclassed StringElement directly and that fixed the issue. Keep up the good work!