国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

ios - controller跳轉(zhuǎn)的一個(gè)問(wèn)題
PHPz
PHPz 2017-04-17 15:16:40
0
1
175

我想在appdelegate 里面跳轉(zhuǎn)到另一個(gè)controller, 現(xiàn)在的情況是這樣
self.window?.rootViewController 是 navigationController, 跳轉(zhuǎn)目標(biāo)是一個(gè)沒(méi)有nav的controller, 這該怎么跳轉(zhuǎn)呢?

PHPz
PHPz

學(xué)習(xí)是最好的投資!

reply all(1)
巴扎黑

ios transition (view jump problem) classification

Read in detail iOS’s brief discussion on several methods of controlling the jump interface of UIViewController view controller using pure code

The following is a quote

  • 1. The most common view controller UIViewContoller

A common view controller generally only has the function of 模態(tài)跳轉(zhuǎn) (I don’t know anything about it except iPad, I’m just talking about iPhone here). This method can be used by all view controller objects

  • 2. Navigation controller UINavigationController

General navigation

  • 3. UITabBarController

tabbar jump

Mode combination

Different logic jump methods can be combined, and your own experience will apply to different scenarios

Learn more about recommended reading

It is recommended to read the three articles on transition research by @kid143, which introduces the transition (view jump problem) in detail

  • Transition Research in iOS (1)

  • Transition Research in iOS (2)

  • Transition Research in iOS (3)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template