摘要: #pragma mark -获取字符串形式的时间戳 -(NSString *)getTimeStampString { //获取时间和时间戳 NSDate* timeStamp = [NSDatedateWithTimeIntervalSinceNow:0]; NSTimeInterval temp 阅读全文
posted @ 2016-05-27 17:32 qinxiaoguang 阅读(320) 评论(0) 推荐(0) 编辑
摘要: //添加手势 UIPanGestureRecognizer * panGestureRecognizer = [[UIPanGestureRecognizeralloc]initWithTarget:selfaction:@selector(doHandlePanAction:)]; [self.b 阅读全文
posted @ 2016-05-27 17:32 qinxiaoguang 阅读(110) 评论(0) 推荐(0) 编辑
摘要: _welcomeScrollView=[[UIScrollView alloc] initWithFrame:CGRectMake(0, 0, WIDTH(self.view), HEIGHT(self.view))]; _welcomeScrollView.contentSize=CGSizeMake(WIDTH(self.view)*4, HEIGHT(self.view)); ... 阅读全文
posted @ 2016-05-27 15:48 qinxiaoguang 阅读(304) 评论(0) 推荐(0) 编辑
摘要: Your build settings specify a provisioning profile with the UUID, no provisioning profile was Your build settings specify a provisioning profile with 阅读全文
posted @ 2016-05-27 15:18 qinxiaoguang 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 关于16年2月14日以后上传AppStore出现:Missing iOS Distribution signing identity for...的问题 2016年2月14日以后打包上传AppStore会发现出现如下的问题: 错误截图 导致问题的原因是:下边这个证书过期了 以下是苹果官方给出的回应: 阅读全文
posted @ 2016-05-27 15:16 qinxiaoguang 阅读(162) 评论(0) 推荐(0) 编辑