- 博客(8)
- 资源 (18)
- 收藏
- 关注
转载 学习笔记
Coordinate system orientation in UIKit 1 UITableView 行分割线到头if ([self.tableViewrespondsToSelector:@selector(setSeparatorInset:)]) { [self.tableViewsetSeparatorInset:UIEdgeInsetsZero];}
2014-10-24 10:25:16 256
原创 学习笔记
If youaccess self.view.frame in a view controller, you're accessing theview's position with respect to it's parent's coordinate system. Thatmeans that the values you retrieve (or, more dangerously, as
2014-10-21 10:24:40 246
原创 学习笔记
另外dispatch_async和dispatch_sync的区别是:dispatch_async将block代码交到queue中后,就会立即执行后面的代码,block中的代码不一定会立即执行。dispatch_sync将block代码交到queue中后,会等待block中的代码执行完毕,才执行后面的代码。 例如,下面代码,执行job1的的时候,block1中的代码可能还未执行
2014-10-17 16:00:45 338
原创 iOS学习笔记
Grand Central Dispatch (GCD) Grand Central Dispatch (GCD)comprises language features, runtime libraries, and system enhancements thatprovide systemic, comprehensive improvements to the support for c
2014-10-17 10:05:22 304
原创 iOS学习笔记
Grand Central Dispatch (GCD) Grand Central Dispatch (GCD)comprises language features, runtime libraries, and system enhancements thatprovide systemic, comprehensive improvements to the support for c
2014-10-17 10:00:14 289
原创 学习笔记3
UIImageimageNamed 的接口nameThe name of the file. If this is the first time the image is being loaded, the method looks for an image with the specified name in the application’s main bu
2014-10-14 15:24:01 347
原创 A View Controller Instantiation
A View Controller Instantiates Its ViewHierarchy When Its View is AccessedWhenever somepart of your app asks the view controller for its view object and that objectis not currently in memory, the vi
2014-10-13 18:26:04 328
原创 IOS 开发 View Controller 综述
View Controller classes in UIKit It arranges content of other view controllers. A containerview controller contains content owned by other view controllers. These otherview controllers are exp
2014-10-13 10:45:28 393
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人