objective-c - iOS手势操作单击跳转的代码怎么写?
PHPz
PHPz 2017-04-18 09:33:11
0
1
235

我知道单击事件怎么写,但是不知道手势操作的跳转代码怎么写,哪位大神给个答案,谢啦/

PHPz
PHPz

学习是最好的投资!

reply all(1)
迷茫

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;

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