自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (5)
  • 收藏
  • 关注

原创 使用NSMutableAttributedString 实现富文本

NSString *priceStr = [NSString stringWithFormat:@"合计金额%ld元",(long)price]; NSMutableAttributedString *AttributedStr = [[NSMutableAttributedString alloc]initWithString:priceStr];// [string rangeO

2017-05-27 13:45:48 404

原创 UISlider相关整理

self.slider = [[ASValueTrackingSlider alloc] initWithFrame:CGRectMake(10 , 50, kScreenW - 40, 30)]; [self.slider setMaxFractionDigitsDisplayed:0]; self.slider.minimumValue = 10;// 设置最小值 sel

2017-05-27 11:21:18 412

原创 Date Formate Patterns相关整理

//实例化一个NSDateFormatter对象NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];//设定时间格式,这里可以设置成自己需要的格式[dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss"];//用[NSDate date]可以获取系统当前时间NSStri

2017-05-27 08:56:43 447

原创 Capturing 'self' strongly in this block is likely to lead to a retain cycle [duplicate]

//日期回调 **__weak typeof(self) weakSelf = self;** datePickVC.completeBlock = ^(NSString *selectDate) { [**weakSelf.**starDataBtn setTitle:selectDate forState:UIControlStateNormal]; weakSelf

2017-05-27 08:48:20 488

原创 UITableView侧滑多个按钮

(NSArray )tableView:(UITableView )tableView editActionsForRowAtIndexPath:(NSIndexPath *)indexPath{// 添加一个删除按钮UITableViewRowAction *deleteRowAction = [UITableViewRowAction rowActionWithStyle:UITableVie

2017-05-26 13:27:49 573

原创 xcode8 iOS10上关于NSPhotoLibraryUsageDescription NSCameraUsageDescription 等问题

最近升级了Xcode8.0,真是很多坑啊,填完一个来另外一个,今天又遇到了一个,用Xcode8.0上传项目时被驳回说是info.plist里面没有设置NSPhotoLibraryUsageDescription、NSCameraUsageDescription、NSContactsUsageDescription、NSMicrophoneUsageDescription等字段,之前这些都是预设的不用

2017-05-18 12:04:49 493

原创 A build only device cannot be used to run this target.

A build only device cannot be used to run this target. 造成这个错误的原因是,你选择的版本号,在虚拟机中没有, 所以我们要重新选择版本号

2017-05-15 16:53:03 616

贪吃蛇 for iOS

贪吃蛇 for iOS

2016-08-11

iOS移动支付demo

iOS移动支付demo

2016-08-09

百思不得姐for swift代码

百思不得姐for swift代码, 向百思不得姐致敬。

2016-08-08

仿斗鱼app源码

高仿斗鱼app源码

2016-08-04

Axure 元件库

最丰富的Axure 元件库

2016-08-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除