akkyie / AKPickerView

A simple yet customizable horizontal picker view.
MIT License
894 stars 106 forks source link

HighlightedFont not updating upon selection change #76

Open lnjustin opened 8 years ago

lnjustin commented 8 years ago

When I set the highlightedFont property with a larger font than the normal font property, the first item loaded has a larger font, but it remains that way no matter what item is selected thereafter. Please fix. Ideally, the font size would gradually increase in transitioning to the larger size, rather than abruptly changing to the larger size upon selection (and vice versa for deselection). Thanks for a great job on this!

asllop commented 8 years ago

I had the same issue and I found a workaround that fixes it. Just calling reloadData right after configuring the AKPickerView solves the problem (at least for me, using 0.2.7).

wao813 commented 7 years ago

Had the same problem. Is this going to be fixed?