I have a custom cell for a tableView in which I have added a few labels. for this custom cell I also created a Swift file for it.
Say, I have the following labels:
LabelShop
LabelAddress
LabelZipcode
Problem: How to set up San Francisco Font for these Lables which inside the custom cell? Set up inside the ViewController?
Example:
LabelShop.font = UIFont.systemFont(ofSize: 21.0 , weight: UIFontWeightSemibold)
Please kindly extend your assistance.
Thanks