We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
private lazy var reportButton: UIButton = { let customAttributes: [NSAttributedString.Key: Any] = [ .font: UIFont.systemFont(ofSize: 11, weight: .regular), .foregroundColor: UIColor.zestyColor(.gray3C3C43)?.withAlphaComponent(0.3) ?? UIColor.systemGray, .underlineStyle: NSUnderlineStyle.single.rawValue ] let attributeString = NSMutableAttributedString( string: "정보가 잘못됐나요?", attributes: customAttributes ) $0.setAttributedTitle(attributeString, for: .normal) $0.addTarget(self, action: #selector(reportPlaceDetail), for: .touchUpInside) return $0 }(UIButton())
The text was updated successfully, but these errors were encountered:
이게 무엇인가?
Attributed String Programming Guide
Sorry, something went wrong.
No branches or pull requests
밑줄이 있는 버튼
The text was updated successfully, but these errors were encountered: