A paging menu controller built from other view controllers placed inside a scroll view (like Spotify, Windows Phone, Instagram)
BSD 3-Clause "New" or "Revised" License
5.27k
stars
899
forks
source link
How to move viewcontroller? #385
Open
aboutyu opened 7 years ago
Hi, I have a question. I have made collectionview to xib, but I can't move parent viewcontroller (viewcontroller is navigationcontroller)
It is calling to "move function" from xib. ("move function" is written to viewcontroller) but self.navigationController is returned nil.
How to make it? Move function is here.
func moveDetailView(str: String) {