본문 바로가기
반응형

1 - iOS33

[iOS/Swift] Instagram App open 인스타그램 앱 연결 Instagram App open 인스타그램 앱 연결 나의 앱에서 다른 앱을 여는 방법 info.plist 에 LSApplicationQueriesSchemes 속에 instagram string을 추가한다. 노란색 네모 부분에 열려고 하는 Instagram 프로필의 이름을 넣어준다. 버튼을 클릭하면 Instagram 어플리케이션으로 연결하거나, 어플이 설치되어있지 않을때는 웹페이지로 연결한다. 참고 https://stackoverflow.com/questions/40403861/how-do-i-open-instagram-app-from-my-ios-app How do I open Instagram app from my iOS app? I am trying to open the Instagram appl.. 2022. 4. 5.
[iOS/Swift] SwiftUI에 적용하는 Clean Architecture Swift에서 프론트를 개발한다면, UIKit과 SwiftUI 라는 갈림길에 놓이게 된다. UIKit은 명령형, 이벤트 중심의 프레임워크 SwiftUI는 선언적, 상태 중심의 프레임워크 SwiftUI는 MVVM architecture가 내재되어 있다. SwiftUI에서 Clean Architecture를 적용하는 방법에 대해 공부해보자. https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html Clean Coder Blog The Clean Architecture 13 August 2012 Over the last several years we’ve seen a whole range of ideas regarding the .. 2022. 3. 29.
[iOS/Swift] Xcode 코드 블록 접기 Fold ⌥ ⌘ ← option + command + left arrow Unfold ⌥ ⌘ → option + command + right arrow Unfold All ⌥ U option + U Fold Methods & Functions ⌥ ⌘ ↑ option + command + up arrow Unfold Methods & Functions ⌥ ⌘ ↓ option + command + down arrow Fold Comment Blocks ⌃ ⇧ ⌘ ↑ control + shift + command + up Unfold Comment Blocks ⌃ ⇧ ⌘ ↓ control + shift + command + down Focus Follows Selection ⌃ ⌥ ⌘ F control + o.. 2022. 3. 28.
반응형