简体   繁体   中英

Swift - Segue Transition Left to Right without embedding Navigation Controller

This may be a simple one but Im trying to find an elegant solution to it. Is there a way to make the segue transition go left to right rather than the default bottom up other than by embedding a Navigation Controller? Ive used all the available storyboard segues and they dont make any noticeable change

Thanks for that. I found that the best solution for me was to just embed a Navigation Controller but then hiding it by using the code:

self.navigationController?.navigationBarHidden = true

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM