Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let width = isPortrait ? CommonUtility.getPortraitScreenSize().width - 40 : CommonUtility.getLandscapeScreenSize().width - 40
- let apply = LocalizationHelper.shared.localized("RECRUITMENT_COMPANY_NOTE")
- let textAttributes = [
- NSFontAttributeName: UIFont(name: CommonDefine.fontRegularName, size: 14) as Any
- ]
- let applyBounding = apply.boundingRect(with: CGSize(width: width, height: CGFloat.greatestFiniteMagnitude), options: .usesLineFragmentOrigin, attributes:textAttributes , context: nil)
- print(applyBounding)
- print(applyBounding.height)
Advertisement
Add Comment
Please, Sign In to add comment