模態視圖在開發中非常多,但是沒有很好用的庫。
如果使用UIView來實現會使代碼很繁雜。
這里參考了Custom View Controller Presentations and Transitions條目的蘋果的代碼。
效果如圖:
2017-11-03 16_24_54.gif
詳見git
Github:PopModalPresentationController
模態視圖在開發中非常多,但是沒有很好用的庫。
如果使用UIView來實現會使代碼很繁雜。
這里參考了Custom View Controller Presentations and Transitions條目的蘋果的代碼。
效果如圖: