분류 전체보기533 [iOS] UIScrollView contentInsetAdjustmentBehavior How to ignore safe area insets in UIKit | Sarunw Learn how to make UIScrollView, UITableView, and UICollectionView ignore safe area insets and put their content behind that navigation bar. sarunw.com Apple Developer Documentation developer.apple.com contentInsetAdjustmentBehavior safe area inset을 이용해, 어떤 방식으로 ScrollView의 content 영역을 조정할지 정하는 UIScrollView의 프로퍼티 즉, safe area가 있는 디바이스의 경우엔, ScrollV.. 2022. 8. 2. [iOS] IPA 파일 IPA File Extension - What is an .ipa file and how do I open it? Verified by FileInfo.com The FileInfo.com team has independently researched the iOS Application file format and Mac, Windows, Linux, and iOS apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have v fileinfo.com IPA (iOS App Store Package) apple의 iOS device에 설치 가능한 iOS Applic.. 2022. 8. 2. [iOS] Framework vs Library Library, Framework 그리고 XCFramework Library, Framework, XCFramework 각각의 차이점에 대해 알아보자. showcove.medium.com Introduction to Framework Programming Guide Introduction to Framework Programming Guide OS X makes extensive use of frameworks to distribute shared code and resources, such as the interfaces to the system itself. You can create frameworks of your own to provide shared code and resources to on.. 2022. 8. 1. [iOS] IBOutlet Collections https://stackoverflow.com/questions/24805180/swift-put-multiple-iboutlets-in-an-array Swift put multiple IBOutlets in an Array I made these (marked with red border) IBOutlets using ctrl + drag But i don't like to have the exact same line 9 times (DRY) How do i put these IBOutlets in an Array? stackoverflow.com IBOutlet Collections 간단히 말하자면 같은 타입의 여러 개의 IBOutlet property들을 하나의 배열로 만들어 놓은 것이라고 보면 .. 2022. 8. 1. 이전 1 ··· 12 13 14 15 16 17 18 ··· 134 다음