iOS192 [iOS] NSAttributedString.boundingRect Confused by NSStringDrawingOptions item meaning iOS7 and later, we can use - (void)drawWithRect:(CGRect)rect options:(NSStringDrawingOptions)options attributes:(NSDictionary *)attributes context:(NSStringDrawingContext *)context to calculate the stackoverflow.com IOS) 동적인 Collection Cell 크기 만들기 - (부정확) 안녕하세요 후르륵짭짭 입니다. 이번에는 문자열의 길이에 따라 Cell의 크기를 다르게 해주는 방법에 대해 알아 보도록 하겠습니다. 그런데 아직 확실한 내용이 아니기 때문.. 2022. 11. 26. [iOS] Archive시 Derived Data 생성 문득 Archive 시에 Derived Data 폴더 내에 빌드 결과물이 생기는지 궁금해서 확인해보았다. 우선 테스트를 위해 PushTestWorkspace의 DerivedData 폴더를 삭제한다. 그리고 Archive를 한다. Derived Data폴더 내에 PushTestWorkspace 폴더가 생기는 것을 확인할 수 있다. 다만, Xcode에서 Build혹은 Run할 때와 다르게 DerivedData 폴더에 Debug용 .app 파일은 생기지 않는다. 2022. 10. 11. [iOS] Xcode에서 Clean Build Folder 실행 시 Product를 빌드하면 아래와 같이 Derived Data의 각 결과물 폴더에서 Build폴더를 확인할 수 있다. (Build - Products 경로를 따라가보면 .app파일이 존재) Clean Build Folder 실행 시 아래와 같이 Build 폴더 내의 결과물이 싹 삭제된 모습을 확인할 수 있다. Clean Build Folder 실행 후 다시 Build를 하면 처음부터 다시 target을 Build를 해나간다. 2022. 10. 11. [iOS] Xcode Target, Scheme [iOS] Xcode - Target, Project, Scheme, Build setting 에 대하여 Xcode에서 프로젝트를 생성하면 프로젝트 파일이 가장 상위에 있고, 그 안에는 Target이나 Project 등이 존재하는 것을 볼 수 있다. 오늘은 이 App project파일에 대해 공부해보고자 한다. **공식문서**를 zzoo789.tistory.com Apple Developer Documentation developer.apple.com Xcode Target Xcode Target A target specifies a product to build and contains the instructions for building the product from a set of files in a.. 2022. 10. 11. 이전 1 ··· 4 5 6 7 8 9 10 ··· 48 다음