最近在做一个项目,上面有钟表的显示。钟表的显示无非用到角度旋转。先看下效果图:
制作过程如下:
先切出四张图:表盘,三个指针(沿着边界切)
代码如下: 利用CGAffineTransformMakeRotation顺时针旋转,计算好弧度传入。
//UI
UIImageView *watchImageView =[[UIImageView
alloc] initWithFr...
分类:
其他好文 时间:
2015-08-19 14:57:41
阅读次数:
148
QQ下拉列表,最近找了一下网上没有类似的例子,今天做了一个Demo
图片可以在评论里留言留下邮箱,
#import "ViewController.h"
@interface
ViewController ()UITableViewDelegate,UITableViewDataSource>
@property (nonatomic,stron...
分类:
移动开发 时间:
2015-05-27 12:28:37
阅读次数:
592