xib와 swift가 연결되었을 때 스토리보드로 만들지않아 난감한 경우가 있다.
이럴 때 코드에
parentNavigationController!.pushViewController(MoreShopViewController(), animated: true)
요걸 써주면 된다.
MoreShopViewcontroller은 개인적으로 만든 xib와 swift
@IBAction이나 tableview, didselectrowAtIndexPath에서 써주면된다.
'Programming > Swift' 카테고리의 다른 글
tableView 기본적으로 꼭 들어가야할 메소드. (0) | 2015.05.04 |
---|---|
xib에서 스토리보드에 있는 뷰 이동 (0) | 2015.05.04 |
XIB와 SWIFT파일 이어주기 (0) | 2015.04.27 |
Appearance of Segmented Control - 구성화면 (0) | 2015.04.08 |
탭바 유지하면서 페이지 변경시 (0) | 2015.03.10 |