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
- Kotlin
- paging
- android13
- Koin
- node
- RxKotlin
- php
- SwiftUI Tutorial
- mvvm
- Reactive
- PagingLib
- databinding
- Observable
- node.js
- 테스트 자동화
- junit
- mysql
- list
- 동영상
- GCP
- SWIFTUI
- google play
- 인앱결제
- Animation
- rx
- Android
- MotionLayout
- Android 13
- MediaSession
- MediaPlayer
Archives
- Today
- Total
목록storyboard (1)
봄날은 갔다. 이제 그 정신으로 공부하자
ViewController 호출
너무 android쪽 글만 쓰는 것 같아 이제 짧게나마 다른 분야에 대해서도 글을 작성해볼까 합니다. 우선 iOS부터... ViewController 호출 자신이 속한 storyBoard에 포함된 ViewController를 호출하는 경우, guard let myDetailVC = self.storyboard?.instantiateViewController(withIdentifier: "MyDetailController") else { return } myDetailVC.modalPresentationStyle = .fullScreen self.present(myDetailVC, animated: true, completion: nil) 다른 storyBoard에 포함된 ViewController를 호출..
iOS Tip
2022. 2. 10. 20:20