摘要: [[UIApplication sharedApplication] registerForRemoteNotificationTypes: (UIRemoteNotificationType)(UIRemoteNotificationTypeBadge | UIRemoteNotifi... 阅读全文
posted @ 2013-01-28 13:31 废弃账号 阅读(188) 评论(0) 推荐(0) 编辑
摘要: /////////////////////测试版本更新-(void)GetUpdate{ NSDictionary *infoDict = [[NSBundle mainBundle] infoDictionary]; NSString *nowVersion = [infoDict... 阅读全文
posted @ 2013-01-28 11:09 废弃账号 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Architectures: Standard (armv6 armv7) Valid architectures: armv6 armv7 Build Active Architecture Only: No (though Yes is usually OK in debug buil... 阅读全文
posted @ 2013-01-25 10:37 废弃账号 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 完整代码如下: textView.layer.borderColor = [UIColorgrayColor].CGColor; textView.layer.borderWidth =1.0; textView.layer.cornerRadius =5.0;需要添加头文件:... 阅读全文
posted @ 2013-01-23 17:59 废弃账号 阅读(168) 评论(0) 推荐(0) 编辑
摘要: -、建立 UITableView DataTable = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 320, 420)]; [DataTable setDelegate:self]; [DataTable setDataSource:... 阅读全文
posted @ 2013-01-23 15:52 废弃账号 阅读(167) 评论(0) 推荐(0) 编辑
摘要: panInContentView----左右菜单控制函数 - (void)panInContentView:(UIPanGestureRecognizer *)panGestureReconginzer{ if (panGestureReconginzer.state == UIGes... 阅读全文
posted @ 2013-01-16 16:49 废弃账号 阅读(588) 评论(0) 推荐(0) 编辑
摘要: UITabBarControllerDelegate mainTabBarController.delegate = self; - (void)tabBarController:(UITabBarController *)tabBarController did... 阅读全文
posted @ 2013-01-10 11:36 废弃账号 阅读(181) 评论(0) 推荐(0) 编辑
摘要: @interface UIView(UIViewHierarchy) - (void)insertSubview:(UIView *)view atIndex:(NSInteger)index; - (void)insertSubview:(UIView *)view belowSubv... 阅读全文
posted @ 2013-01-09 13:24 废弃账号 阅读(131) 评论(0) 推荐(0) 编辑
摘要: iphone3,3GS 屏幕分辨率 320*480 (一下称作:底分辨率版) iphone4,4S 屏幕分辨率 640*960(高分辨率版) iphone5 屏幕分辨率: 640*1136(iphone5版) ipad2:1024*768 ipad3:2048*15... 阅读全文
posted @ 2013-01-08 11:56 废弃账号 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 建议使用该方法获取图片NSString *imagePath = [[NSBundle mainBundle] pathForResource:@"sun" ofType:@"png"];UIImage *image = [[UIImage alloc] initWithContentsOfF... 阅读全文
posted @ 2013-01-06 10:28 废弃账号 阅读(384) 评论(0) 推荐(0) 编辑