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 | 29 | 30 | 31 |
Tags
- swift 문자
- silent push
- Swift flutterviewcontroller
- 플러터 뷰 컨트롤러
- 스위프트
- flutter 회전
- NotificationService Extension
- flutter rotate
- Flutter NativeView
- 스위프트 UserDefaults
- 안드로이드 숏컷
- FlutterView MethodChannel
- 앱 백그라운드 푸시 데이터 저장
- swift autolayout
- 안드로이드 바로가기
- 스위프트 카메라
- native flutter view
- Swift flutterview
- 푸시 데이터 저장
- 앱 꺼졌을 때 푸시 데이터 저장
- 스위프트 앨범
- Flutter UIKitView MethodChannel
- 스위프트 웹뷰
- 노티피케이션 익스텐션
- 안드로이드 앨범
- swift sms
- 안드로이드 에러
- 스위프트 푸시
- 안드로이드 FCM
- 스위프트 테이블 뷰 셀
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