摘要: 待续 阅读全文
posted @ 2015-01-18 22:49 我去ios 阅读(158) 评论(0) 推荐(0) 编辑
摘要: UIButton *btn = [UIButton buttonWithType:UIButtonTypeCustom]; [btn setFrame:CGRectMake(0, ver_start_point, 320, grid_H*3+15+matrix.frame.si... 阅读全文
posted @ 2015-01-15 18:38 我去ios 阅读(387) 评论(0) 推荐(0) 编辑
摘要: step1.h文件中声明实现step2.m文件中//单击的Recognizer UITapGestureRecognizer*singleRecognizer;singleRecognizer=[[UITapGestureRecognizeralloc]initWithTarget:selfacti... 阅读全文
posted @ 2015-01-15 17:34 我去ios 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 待续 阅读全文
posted @ 2015-01-08 23:21 我去ios 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 待续 阅读全文
posted @ 2015-01-08 23:05 我去ios 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 待续 阅读全文
posted @ 2015-01-08 23:04 我去ios 阅读(96) 评论(0) 推荐(0) 编辑
摘要: ios7以后的标题栏默认风格显示式文字黑色,背景是浅色,但是很多时候我们希望是改成深色背景,白色文字的,怎么改呢在plist里面设置View controller-based status bar appearance 为 NO;设置statusBarStyle 为 UIStatusBarStyle... 阅读全文
posted @ 2015-01-07 17:36 我去ios 阅读(924) 评论(0) 推荐(0) 编辑
摘要: 使用场景A中调用B页面,在B中用户做了处理后,将数据回传给A第一步,新建passValueDelegate.h #import@protocolPassSelectDelegate-(void)passValue:(NSDictionary*)value;@end第二步,第一个viewcontrol... 阅读全文
posted @ 2014-12-25 09:19 我去ios 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 第一步:注册NSNotificaiton[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(func:) name:... 阅读全文
posted @ 2014-12-22 17:17 我去ios 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 头文件:@interface MyAlertViewViewController : UIViewController {}- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex;-... 阅读全文
posted @ 2014-12-22 11:17 我去ios 阅读(117) 评论(0) 推荐(0) 编辑