我知道单击事件怎么写,但是不知道手势操作的跳转代码怎么写,哪位大神给个答案,谢啦/
学习是最好的投资!
Wow, I already know the gestures. If I jump, it’s the same as usual
(void)presentViewController:(UIViewController *)viewControllerToPresent animated: (BOOL)flag completion:(void (^ __nullable)(void))completion
or
(void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated;
Wow, I already know the gestures. If I jump, it’s the same as usual
(void)presentViewController:(UIViewController *)viewControllerToPresent animated: (BOOL)flag completion:(void (^ __nullable)(void))completion
or
(void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated;