我想在appdelegate 里面跳轉(zhuǎn)到另一個(gè)controller, 現(xiàn)在的情況是這樣
self.window?.rootViewController 是 navigationController, 跳轉(zhuǎn)目標(biāo)是一個(gè)沒(méi)有nav的controller, 這該怎么跳轉(zhuǎn)呢?
學(xué)習(xí)是最好的投資!
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
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
General navigation
tabbar jump
Different logic jump methods can be combined, and your own experience will apply to different scenarios
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)