본문 바로가기

iOS192

[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.
[iOS] setContentOffset의 animation 시간 조절하기 Change the speed of setContentOffset:animated:? Is there a way to change the speed of the animation when scrolling a UITableView using setContentOffset:animated:? I want to scroll it to the top, but slowly. When I try the following, it causes the stackoverflow.com 일반적으로 scrollView의 setContentOffset의 animation은 이런식으로 호출한다. self.collectionView.setContentOffset(CGPoint(x: 0, y: 0), animated: true) .. 2022. 7. 25.