上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 30 下一页
摘要: _checkAllIntroduceTextView = [[UITextView alloc] initWithFrame:CGRectMake(10, 0, kScreenWidth-20, kScreenHeight)]; _checkAllIntroduceTextView.backgrou 阅读全文
posted @ 2016-08-20 15:28 iOS张文权 阅读(639) 评论(0) 推荐(0) 编辑
摘要: 返回数据: <p><b>\U516c\U53f8\U7b80\U4ecb</b></p><p>&nbsp;&nbsp;&nbsp; \U5584\U76c8\U7ba1\U7406\U56e2\U961f\U521b\U59cb\U4e8e2008\U5e74\Uff0c\U7ecf\U8fc7\U 阅读全文
posted @ 2016-08-20 11:51 iOS张文权 阅读(3352) 评论(0) 推荐(0) 编辑
摘要: 在webView的delegate回调方法 - (void)webViewDidFinishLoad:(UIWebView *)webView;中写上一下语句即可 //字体大小 [webView stringByEvaluatingJavaScriptFromString:@"document.ge 阅读全文
posted @ 2016-08-20 11:49 iOS张文权 阅读(2399) 评论(0) 推荐(0) 编辑
摘要: if (iOS8) { //iOS8以上包含iOS8 if ([[UIApplication sharedApplication] currentUserNotificationSettings].types == UIUserNotificationTypeNone) { NSLog(@"1111 阅读全文
posted @ 2016-08-19 10:33 iOS张文权 阅读(539) 评论(0) 推荐(0) 编辑
摘要: if (iOS8) { NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString]; if ([[UIApplication sharedApplication] canOpenURL:url]) { [[UIAppli 阅读全文
posted @ 2016-08-19 10:14 iOS张文权 阅读(481) 评论(0) 推荐(0) 编辑
摘要: #define QUICKRGB(r,g,b) [UIColor colorWithRed:r / 255.0 green:g / 255.0 blue:b / 255.0 alpha:1.0] #define HEXCOLOR(hex) [UIColor colorWithHex:hex] #de 阅读全文
posted @ 2016-08-15 15:25 iOS张文权 阅读(334) 评论(0) 推荐(0) 编辑
摘要: ios9之后 NSString *urlStr = @"url地址"; unicode 阅读全文
posted @ 2016-08-10 15:39 iOS张文权 阅读(6217) 评论(0) 推荐(0) 编辑
摘要: // self.automaticallyAdjustsScrollViewInsets = NO; // // self.edgesForExtendedLayout = UIRectEdgeNone; 阅读全文
posted @ 2016-08-04 09:12 iOS张文权 阅读(273) 评论(0) 推荐(0) 编辑
摘要: NSDate * senddate=[NSDate date]; NSDateFormatter *dateformatter=[[NSDateFormatter alloc] init]; [dateformatter setDateFormat:@"YYYYMMdd"]; NSString * 阅读全文
posted @ 2016-08-03 09:52 iOS张文权 阅读(354) 评论(0) 推荐(0) 编辑
摘要: NSMutableArray *array = [NSMutableArray arrayWithObjects:@"1",@"2",@"3",nil]; NSArray* reversedArray = [[array reverseObjectEnumerator] allObjects]; 阅读全文
posted @ 2016-08-02 09:46 iOS张文权 阅读(297) 评论(1) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 30 下一页