Swift UIFont

设置字体

titleLabel.font = UIFont.systemFont(ofSize: 17.0, weight: .heavy)

原文地址:https://www.cnblogs.com/jukaiit/p/8962498.html