我知道单击事件怎么写,但是不知道手势操作的跳转代码怎么写,哪位大神给个答案,谢啦/
学习是最好的投资!
暈,手勢都知道了 跳轉的話就跟 平時的一樣啊
(void)presentViewController:(UIViewController *)viewControllerToPresent animated: (BOOL)flag completion:(void (^ __nullable)(void))completion
或
(void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated;
暈,手勢都知道了 跳轉的話就跟 平時的一樣啊
(void)presentViewController:(UIViewController *)viewControllerToPresent animated: (BOOL)flag completion:(void (^ __nullable)(void))completion
或
(void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated;