Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Swift flutterviewcontroller
- FlutterView MethodChannel
- 플러터 뷰 컨트롤러
- 노티피케이션 익스텐션
- Flutter UIKitView MethodChannel
- 안드로이드 앨범
- 안드로이드 숏컷
- 스위프트
- 안드로이드 바로가기
- 스위프트 테이블 뷰 셀
- 스위프트 푸시
- flutter rotate
- 앱 백그라운드 푸시 데이터 저장
- native flutter view
- 푸시 데이터 저장
- swift autolayout
- NotificationService Extension
- 스위프트 카메라
- 앱 꺼졌을 때 푸시 데이터 저장
- flutter 회전
- swift sms
- Flutter NativeView
- Swift flutterview
- 안드로이드 FCM
- 스위프트 UserDefaults
- silent push
- 스위프트 앨범
- 안드로이드 에러
- swift 문자
- 스위프트 웹뷰
Archives
- Today
- Total
목록swift embed viewcontroller (1)
Things take time
[SWIFT] Embed ViewController(+ View) programmatically
[Embed ViewController] 뷰 컨트롤러를 하위의 객체로포함시키는 것을 Embed! 흔히 이렇게 스토리보드에서 우측 드래그를 통해 Embed를 할경우 이런 표시로 나타난다. 그러나 만약, embed를 하는 경우가 2가지 이상이라면? 코드로 작성해야 할 것이다. [코드]import UIKit class EmbedController { public private(set) weak var rootViewController: UIViewController? public private(set) var controllers = [UIViewController]() init (rootViewController: UIViewController) { self.rootViewController = rootVi..
iOS (기능)
2019. 1. 21. 11:07