// // UIButton_Ext.swift // GME Remit // // Created by InKwon James Kim on 2019/11/28. // Copyright © 2019 Gobal Money Express Co. Ltd. All rights reserved. // import UIKit extension UILabel { func adjustsFontSizeToFitWidth(_ boolean: Bool, scale: CGFloat) { minimumScaleFactor = scale adjustsFontSizeToFitWidth = boolean } }