摘要: @class UIProgressView;@protocol UIDownloadActivityIndicatorDelegate;@interface UIDownloadActivityIndicator : UIActivityIndicatorView {NSURLRequest... 阅读全文
posted @ 2011-03-16 16:00 jprothwell 阅读(409) 评论(0) 推荐(0) 编辑
摘要: #import <QuartzCore/QuartzCore.h> UILabel*label=[[UILabel alloc]init]; [label setTextColor:[UIColor whiteColor]]; [label setBackgroundColor:[UIColor darkGrayColor]]; [[label layer]setBorderWidth:2]; [[label layer]setCornerRadius:15]; [[label layer]setBorderColor:[UIColor whiteColor].CGColor].. 阅读全文
posted @ 2011-03-16 15:43 jprothwell 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 首先声明一下,apple的官方文档是最重要的,一下网站只是本人学习过程中存在问题时,所寻找的相关帮助网页,有时间的话,对每一个网页写一些注释吧sqllite相关http://iwins.blog.51cto.com/735853/211747http://linglong117.blog.163.c... 阅读全文
posted @ 2011-03-16 15:09 jprothwell 阅读(580) 评论(0) 推荐(0) 编辑
摘要: 控制iPhone 底部 TabBar 背景 最近开始投入开发当中,其中遇到了不少问题,也花了不少的时间去找方法.以下共享我找到的资料 //控制底部 Tabar 背景,用一张背景图代替.其原理就是往tabbar 中插入一个”视图”,把原来的替换掉,最少我是这样理解的. CGRect tabB... 阅读全文
posted @ 2011-03-16 14:04 jprothwell 阅读(396) 评论(0) 推荐(0) 编辑