- 博客(16)
- 收藏
- 关注
原创 关于UIView
mark一些属性:clipsToBounds = YES 使得超出UIView的部分不进行显示layer层masksToBounds = YES/* When true an implicit mask matching the layer bounds is applied to * the
2014-03-26 11:33:35
589
原创 IOS block 练习题 强化理解block
http://blog.parse.com/2013/02/05/objective-c-blocks-quiz/
2014-03-21 10:22:09
805
原创 AFNetworking 与 ASIHTTPRequest 用法比较
http://bbs.9ria.com/thread-257374-1-1.htmlmark下
2014-01-28 15:04:26
508
原创 iso httpServer
mark 下,网络相关ios 建立边下载边播放需要用到下载用 ASIHTTPRequest (太久没更新,7下会有系统泄漏,网易某高手有做更新) AFNerWorking本地服务建立 httpserver库https://github.com/robbiehanson/CocoaHTTPServer最后系统自带的 MPMoviePlayerViewCont
2014-01-13 16:10:29
555
原创 ios 文件系统
mark 下 省的每次都去找https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/Introduction/Introduction.html
2014-01-13 11:52:57
432
转载 IOS 图片资源 @2x.png
开发中,例如:nanshanImage.image=[UIImage imageNamed:@"index_pic.png"];在项目中还保存中index_pic@2x.png的图片,此图为了只适应960*640的分辨率手机而index_pic.png是适应640*320的手机,但是在代码中必须写成[UIImage imageNamed:@"index_pic.png"];
2014-01-06 15:39:00
2039
转载 linker command failed with exit code 1 解决
linker command failed with exit code 1 (use -v to see invocation)错误具体信息如下:Undefined symbols for architecture i386: "_OBJC_CLASS_$_VRGCalendarView", referenced from:
2013-12-24 16:33:40
796
原创 ios 图文相关
mark一下 ios6 所支持的字体在使用coretext之前,先替换字体 来弥补行间距的问题iOS 6: Font list http://support.apple.com/kb/HT5484
2013-12-24 13:42:41
525
转载 IOS block
截取了其中block部分的内容 留给自己看原帖地址:http://blog.163.com/saai_2007/blog/static/16945039820121171029250/Delegate (协议也就是protocol):1. 声明Delegate: (通常写在一个.h文件中,这样容易import)@protocol xxxDelegate @optiona
2013-11-25 10:48:02
457
原创 关于UIScrollView
UIScrollViewDelegate中的scrollViewDidScroll调用时机需要确定scrollViewDidScrollscrollViewDidScrollscrollViewDidS
2013-11-20 15:16:14
562
原创 UITexfield
一些使用经验:设置字体的时候,如果偏大,具体范伟还要研究,会导致在输入超过指定宽度后,已经输入的内容无法前推。目前把字号改小,可以解决。具体的需要再研究下
2013-11-12 18:11:37
577
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人