自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (2)
  • 收藏
  • 关注

原创 苹果最新审核条例学习

IntroductionWe're pleased that you want to invest your talents and time to develop applications for iOS. It has been a rewarding experience - both professionally and financially - for hundreds of

2016-04-22 18:45:38 3914

原创 音视频学习笔记

1、自动换行:格式----单元格-----对齐------自动换行

2016-04-22 17:51:53 451

原创 view core knowledge

可以新设一个DNS:8.8.8.8,具体为什么,查查。

2016-04-19 17:25:22 465

翻译 A look inside blocks: Episode 1

原文地址:http://www.galloway.me.uk/2012/10/a-look-inside-blocks-episode-1/一篇不错的文章地址:http://blog.csdn.net/wildfireli/article/details/22063001Today I have been taking a look at the internals of how bloc...

2016-04-15 08:39:18 684

翻译 Thread Safety Summary

Thread Safety SummaryThis appendix describes the high-level thread safety of some key frameworks in OS X and iOS. The information in this appendix is subject to change.CocoaGuidelines for

2016-04-13 23:09:02 363

转载 各个时期的XCode dmg下载

致谢原作者转自:http://blog.csdn.net/yasi_xi/article/details/46833419参考:http://stackoverflow.com/questions/10335747/how-to-download-xcode-4-5-6-and-get-the-dmg-fileYou can find the DMGs for Xcode and othe

2016-04-13 22:09:22 1445

原创 GCD,NSTimer等一些发现

第一次学习:{ NSMutableArr *mutableArr;}- (void)viewDidload { mutableArr =[ [NSMutableArray alloc] init]; for (int i =0; i<100; i++) { [mutableArraddObject:[NSStringst...

2016-04-12 22:54:08 417

翻译 scheduledTimerWithTimeInterval和timerWithTimeInterval的区别

原英文地址:http://blog.csdn.net/leikezhu1981/article/details/45535329A timer object can be registered in only one run loop at a time, although it can be added to multiple run loop modes within that run

2016-04-11 20:00:15 7433

DispatchGroup合并图片

用DispatchGroup以及DispatchNotify等加载多张图片然后合并

2016-03-03

UIDatePickerDEMO

一个很好的UIDatePicker 的demo,从demo中学最基本的。

2014-09-29

空空如也

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

TA关注的人

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