关闭。这个问题需要更多
focused .它目前不接受答案。
Best Answer-推荐答案 strong>
__block CGRect sideMenuFrame = self.sideMenuView.frame
sideMenuFrame.origin.x = - SIDE_MENU_WIDTH;
self.sideMenuView.frame = sideMenuFrame;
sideMenuFrame.origin.x = 0;
[UIView transitionWithView:self.sideMenuView duration:1.5f optionsUIViewAnimationOptionCurveEaseInOut) animations:^{
self.sideMenuView.frame = sideMenuFrame;
} completion:^(BOOL finished) {
}];
这将使 View 从左侧滑动到 View 。做反向动画关闭。
关于ios - 滑过带有 objective-c 的菜单,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/32270249/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |