02 2013 档案

摘要:#import CAGradientLayer *gradient = [CAGradientLayer layer];gradient.frame = rect;gradient.colors = [NSArray arrayWithObjects:(id)[UIColor blackColor]... 阅读全文
posted @ 2013-02-28 17:11 沙影无痕 阅读(160) 评论(0) 推荐(0)
摘要:- (UILocalNotification*) createLocalNotificationWithContent:(NSString*) content{ UILocalNotification *notification=[[[UILocalNotification alloc] in... 阅读全文
posted @ 2013-02-25 09:21 沙影无痕 阅读(166) 评论(0) 推荐(0)
摘要:1 导入QuartzCote框架#import 2. 设置边框 input_title.layer.borderColor = [[UIColor blackColor] colorWithAlphaComponent:.2].CGColor; input_title.l... 阅读全文
posted @ 2013-02-21 11:03 沙影无痕 阅读(180) 评论(0) 推荐(0)