- 博客(3)
- 收藏
- 关注
原创 使用Cocopods遇到的一些问题
1.使用CocoPods添加第三方库时失败,原因如下: - `ReactiveCocoa (~> 4.0.2-alpha-1)` required by `Podfile` ? 解决方案:这个是更新cocopods时,忘记使用 pod setup 安装; 2.使用CocoPods时出现如下错误: CocoaPods 0.39.0.rc.1 is available. To upda
2015-10-09 14:41:59
369
原创 自定义涂鸦DEMO
#import "DoodleView.h" @implementation DoodleView - (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { //创建一个大数组用来保存画过的线 self._lineArr
2014-07-22 17:33:39
355
原创 IOS中的六大手势
/*六大手势:1.轻拍,单击,双击,多指点击 2.长按 3.轻扫,分上下左右四个方向 4.旋转 5.捏合,放大缩小 6.拖拽,移动位置 */ UIView *aView = [[UIView alloc] initWithFrame:CGRectMake(30, 30, 280, 280)]; aView.backgroundColor = [UIColor
2014-07-22 17:27:12
323
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人