You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be much easier if there was a helper that could be called on viewDidLoad (or awakeFromNib or…) that would vacuum up (or be fed) a list of object which should respond when the Dynamic Type value changes, ascertain the current font configuration, and—if there's a Font option available—instantiate and associate the correct Font option for that field.
In addition to the setup helper another "refresh the fonts" helper should be available to take care of pinging the associated Font instances and getting an update font value.
The text was updated successfully, but these errors were encountered:
It would be much easier if there was a helper that could be called on
viewDidLoad
(orawakeFromNib
or…) that would vacuum up (or be fed) a list of object which should respond when the Dynamic Type value changes, ascertain the current font configuration, and—if there's aFont
option available—instantiate and associate the correct Font option for that field.In addition to the setup helper another "refresh the fonts" helper should be available to take care of pinging the associated
Font
instances and getting an update font value.The text was updated successfully, but these errors were encountered: