- 博客(3)
- 收藏
- 关注
原创 重温for循环创建button
代码段: CGFloat x = 20; CGFloat y = 50; NSArray *textArray = @[@"1",@"2",@"3",@"4",@"5",@"6",@"7",@"8",@"9",]; for (NSUInteger i = 0;i 9 ;i ++) { UIButton *button = [UIB
2016-03-26 15:47:08
673
原创 iOS7.2添加空模板
Xcode没有空模板, 我们可以从Xcode5上摘取。 Xcode5路径:Contents - Developer - Platforms - IPhoneOS.platform - Developer - Library - Xcode - Templates - Project Templates - Application 将Empty Application copy下来粘贴到Xco
2016-03-25 16:52:00
354
原创 iOS获取相册图片视频
借鉴好多,写了个demo Demo:直接上代码 #import "ViewController.h" @interface ViewController ()UIImagePickerControllerDelegate> { UIButton *_button; } @property (nonatomic, copy) NSString *image
2016-03-25 11:24:01
1190
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人