christianhelle / ScrollableSegmentedControl

A drop-in replacement for UISegmentedControl mimicking the style of the segmented control used in Google Currents and various other Google products.
MIT License
10 stars 6 forks source link

SelectedFont is not being used #11

Closed eatskolnikov closed 4 years ago

eatskolnikov commented 4 years ago

When setting a specific SelectedFont the value is not being set

In line 916 the selected item's font is set to the Font property instead of the SelectedFont

christianhelle commented 4 years ago

Good find! Do you mind fixing this as well?

eatskolnikov commented 4 years ago

Yes! I'm going to submit the change right now