![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/mUuXS/btrs7ATkSJw/HEYCfvOi1cO4hkHhKv22IK/img.jpg)
iOS 15에서 버튼이 새롭게 바뀌었는데 예시를 들면서 살펴보겠습니다. 일단 간단하게 버튼을 만들어줍니다. private let anyButton: UIButton = { let button = UIButton() // 1) var attString = AttributedString("AnyButton") attString.font = .systemFont(ofSize: 16, weight: .bold) attString.foregroundColor = .systemPink // 2) var configuration = UIButton.Configuration.filled() configuration.attributedTitle = attString configuration.image = UIImage(..
iOS
2022. 2. 11. 16:53
공지사항