-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
[UIView transitionWithView:_imageViewFirst duration:1.0f options:UIViewAnimationOptionTransitionFlipFromTop animations:^{
_imageViewFirst.alpha=;
_imageViewFirst.center=CGPointMake(, ); } completion:^(BOOL finished) { }]; }
相关文章
- pytest学习和使用23-通俗易懂的聊聊allure常用特性集合及使用方法说明
- PyTorch 之 简介、相关软件框架、基本使用方法、tensor 的几种形状和 autograd 机制
- 阶段1 语言基础+高级_1-3-Java语言高级_02-继承与多态_第2节 抽象类_16-抽象方法和抽象类的使用
- php 使用phpmailer 发送邮件(附带中文乱码的解决方法)
- Java学习笔记之三--类和对象以及Setter和Getter方法的使用
- 使用Flow读取Excel表格碰到列标题有换行,单元格中有空格的处理方法
- STM32使用Jlink烧写与boot合并烧写的方法
- Archlinux/Manjaro使用笔记-报错:一个或多个 PGP 签名无法校验!的解决方法
- Ubuntu 14.04 使用ntfs-config解决开机自动挂载NTFS分区的方法
- Java中IO流的使用方法之内存操作流