Tag: uikit
All the articles with the tag "uikit".
-
iOS 14부터 UILabel에서 한글 사용할 때 줄바꿈 이쁘게 하기 (lineBreakStrategy)
• 1 min readiOS에서 `UILabel`에 한글을 사용할 때, 줄 바꿈이 이쁘게 되지 않아 문제가 됐었는데, 찾다 보니 iOS 14에서부터 한글 사용할 때 줄 바꿈이 이쁘게 할 수 있는 설정이 있다고 해서 테스트해봤다.
-
How to send emails from iOS 14
• 2 min readWith iOS 14, thirdparty app can be the default email app. This means we may have to support sending email with thirdparty apps. If the user is not using the ...
-
iOS 14부터 달라진 앱에서 이메일 보내는 방법
• 2 min readiOS 14에서는 기본 이메일 앱이 아닌 다른 서드파티 앱을 기본 이메일로 설정할 수 있습니다. 즉, 지메일, Outlook, Spark 등의 메일 앱을 이제 기본 이메일 앱으로 대체할 수 있습니다.
-
How to round corners specifically on a UIView
• 1 min readTo round a corner on a UIView, you can set the layer's `cornerRadius` value. Simply use it like this: