AssistoLab / DropDown

A Material Design drop down for iOS
MIT License
2.44k stars 622 forks source link

Support UIFont.TextStyle #251

Closed o-nnerb closed 3 years ago

ehabyasser commented 4 years ago

you can try this code dropDown.textFont = UIFont(name: APP_FONT_REGULAR, size: 16)!

o-nnerb commented 4 years ago

@ehabyasser the way that you suggest still use a static font. What I mean is to support dynamic fonts like UIFont.preferredFont(forTextStyle: .body)