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
- 공략
- setting
- 아이폰7
- Xcode
- 샘플
- 포켓볼
- 신도림 테크노마트
- 포켓몬 GO
- IOS
- 보라카이
- 해몽
- Bitcode
- loop
- 스마트폰
- GCD
- simulator
- Check
- swift3
- push
- UIView
- 앱스토어
- swift
- UITableView
- afterdelay
- Example
- 얻는법
- error
- 페이백
- 신도림
- LG유플러스
Archives
- Today
- Total
목록current view (1)
도래울
ios get the previous viewcontroller that pushed my current view
objective cNSLog(@"%@",[self.navigationController.viewControllers objectAtIndex:self.navigationController.viewControllers.count-2]); swift let n: Int! = self.navigationController?.viewControllers?.count let myUIViewController = self.navigationController?.viewControllers[n-2] as! UIViewController
개발/iOS
2016. 7. 15. 10:22