2017年6月23日

iOS之动画的跳转

摘要: //点击任何处跳转到页面 -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { CATransition* animTrans = [CATransition animation] ; animTrans.type = k 阅读全文

posted @ 2017-06-23 09:31 程序“猿” 阅读(144) 评论(0) 推荐(0) 编辑

导航