自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Simona_1973的博客

iOS_Dev;Vx:Zhangjy4275

  • 博客(5)
  • 资源 (9)
  • 收藏
  • 关注

原创 iOS开发之一些错误集锦

No1. NSAutoreleasePool' is unavailable: not available in automatic reference counting mode 答:根据Objective-C 2.0程序设计上的旧版本的代码会发生NSAutoreleasePool' is unavailable: not available in au...

2016-11-23 15:37:00 189

原创 iOS开发之RAC---ReactiveCocoa

1.监听成员变量变化,当成员变量值被改变时触发,其实就是KVO机制使用场景, 通常有三个步骤 <1>. 给对象的成员变量添加监听 <2>. 实现监听回调 <3>. 取消监听; 而通过 RAC也可以实现,RAC的回调是通过block实现的 egOne: 值变化时发送一个请求,每次值被修改时就会调用此block...

2016-11-21 17:11:00 261

原创 iOS开发之多线程

一.NSThread 查看当前线程: [NSThread currentThread]; // 1. 子线程的创建 // (1.) NSURL *url = [NSURL URLWithString:@""]; [NSThread detachNewThreadSelector:@selector(downloadImage:) toTar...

2016-11-18 16:42:00 74

原创 iOS开发之跑马灯

1.法一: 类似于弹幕,一个label的实现 - (void)viewDidLoad { [super viewDidLoad]; [self addPaomaLabel]; } (void)addPaomaLabel { self.annonLabel = [[UILabel alloc]initWithFrame:CGRectMake(45, 8, ScreenWidt

2016-11-01 14:47:11 404 1

原创 iOS开发之跑马灯

1.法一: 类似于弹幕,一个label的实现 - (void)viewDidLoad { [super viewDidLoad]; [self addPaomaLabel]; } - (void)addPaomaLabel { self.annonLabel = [[UILabel alloc]initWithFrame:CGRectMake(45, 8,...

2016-11-01 13:59:00 177

iOSxcode12.0真机调试包

iOSxcode12.0真机调试包,路径为/applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

2018-10-24

iOSXcode Device Support全部版本

iOSXcode Device Support全部版本, iOSXcode Device Support,iOS10,iOS11,iOS11.3

2018-04-04

iOS11.3xcode device support

iOS11.3device support,/applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport,下载后直接拖进去就可以了

2018-04-04

ReactiveCocoa-OC版

ReactiveCocoa-OC版

2016-12-23

xcode真机测试iOS10.1

xcode真机测试iOS10.1

2016-11-29

跑马灯使用label实现

跑马灯,两个label,文字后面消失前面出现、弹幕

2016-11-01

code真机测试iOS10.0配置文件

Xcode7真机测试

2016-09-24

Xcode真机测试iOS10.0配置文件

iOS10,Xcode7真机测试

2016-09-24

storyboard下三个view的自适应适配

菜鸟一个,有错误谢大神纠正

2016-07-06

空空如也

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

TA关注的人

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