분류 전체보기533 [Swift] Int vs Int32, Int64 What is the difference between Int and Int32 in Swift? In Core Data you can store Int16, Int32, Int64 but it is different from Int. What is the reason for their existence, how do you use them? stackoverflow.com The Basics — The Swift Programming Language (Swift 5.7) The Basics Swift is a new programming language for iOS, macOS, watchOS, and tvOS app development. Nonetheless, many parts of Swift .. 2023. 1. 7. [iOS] CALayer.shouldRasterize CALayer 성능 향상 CALayer를 사용하면서 성능 향상 팁을 설명하고자 합니다. CALayer는 UIView에 프로퍼티(layer)로 선언되어 있으며 여러가지 형태를 변형 시킬 수 있습니다. 간단한 예로는 버튼이나 라벨등 UI 오브젝트 mixup.tistory.com When should I set layer.shouldRasterize to YES I've seen fixes for some lagyness issues by setting the layer property of the view view.layer.shouldRasterize = YES; I saw a great difference in performance when using a UICollectionView and prep.... 2023. 1. 1. [iOS] 앱의 샌드박스 구조 [iOS] 앱 샌드박스(App Sandbox)와 Container Directory 앱 샌드박스(App Sandbox)와 Container Directory개념에 대해 알아 보겠습니다. Sandbox 샌드박스(Sandbox)란 미국에서 어린아이를 보호하기 위해 모래통(Sandbox)에서만 놀도록 하는데서 유래한 보안 모델을 말 jinnify.tistory.com About App Sandbox About App Sandbox App Sandbox is an access control technology provided in macOS, enforced at the kernel level. It is designed to contain damage to the system and the user’s dat.. 2022. 12. 31. [iOS] UIFont의 property들 UIFont Explained Visually I feel like UIFont’s read-only properties go forgotten easily. When you create a new font object, five measurement properties will be… medium.com UIFont의 property들 lineHeight: text line들의 높이 lineHeight = abs(ascender) + abs(decender) acender: baseline을 기준으로 가장 높은 지점의 offset값 decender: baseline을 기준으로 가장 낮은 지점의 offset값 capHeight: 대문자 높이 xHeight: 소문자 "x"의 높이 leading: line간.. 2022. 12. 31. 이전 1 ··· 4 5 6 7 8 9 10 ··· 134 다음