上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: + (UIImage *) imageWithView:(UIView *)view { UIGraphicsBeginImageContextWithOptions(view.bounds.size, view.opaque, [[UIScreen mainScreen] scale]); [view.layer renderInContext:UIGraphicsGetCur... 阅读全文
posted @ 2016-07-27 16:58 小屁孩~ 阅读(181) 评论(0) 推荐(0) 编辑
摘要: UIKeyboardTypeDefault: UIKeyboardTypeASCIICapable: UIKeyboardTypeNumbersAndPunctuation: UIKeyboardTypeURL: UIKeyboardTypeNumberPad: UIKeyboardTypePhon 阅读全文
posted @ 2016-07-27 15:59 小屁孩~ 阅读(424) 评论(0) 推荐(0) 编辑
摘要: YES为正确,NO为错误 阅读全文
posted @ 2016-07-27 15:57 小屁孩~ 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 获取WIFI在公网中的地址 http://smghzx.host3v.net/index.asp(目前不知道现在要这个有什么用,先存着吧。。。) 阅读全文
posted @ 2016-07-22 15:01 小屁孩~ 阅读(425) 评论(0) 推荐(0) 编辑
摘要: iOS中图形图像处理第一部分:位图图像原图修改 http://www.cocoachina.com/industry/20140812/9363.html iOS图像处理第2部分:核心图形,核心图像,GPUImage http://www.cocoachina.com/ios/20140925/97 阅读全文
posted @ 2016-07-22 14:25 小屁孩~ 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 土土哥的博客:http://tutuge.me 刘彦伟的博客:http://liuyanwei.jumppo.com/index.html 时间静止的博客:http://www.cnblogs.com/mddblog/p/4405165.html 唐巧的技术博客:http://blog.devtan 阅读全文
posted @ 2016-07-21 16:15 小屁孩~ 阅读(153) 评论(0) 推荐(0) 编辑
摘要: NSFontaAttributeName 字体 NSParagraphStyleAttributeName 段落格式 NSForegroundColorAttributeName 字体颜色 NSBackgroundColorAttributeName 背景眼色 NSStrikethroughSsty 阅读全文
posted @ 2016-07-21 14:24 小屁孩~ 阅读(758) 评论(0) 推荐(0) 编辑
摘要: #pragma mark - 获取url特定的参数 -(NSString *) jiexi:(NSString *)CS webaddress:(NSString *)webaddress { NSError *error; NSString *regTags=[[NSString alloc] initWithFormat:@"(^|&|\\?)+%@=+([^&]*)(&|$... 阅读全文
posted @ 2016-07-14 09:36 小屁孩~ 阅读(456) 评论(0) 推荐(0) 编辑
摘要: 方法一: 代码如下,如有更好的方法 麻烦贴出来,这个方法是通过webview进行解码的 UIWebView *web = [[UIWebView alloc] init]; NSString *tsw = @"%E4%B8%AD%E5%9B%BD"; NSString *sc = [NSString 阅读全文
posted @ 2016-07-13 17:59 小屁孩~ 阅读(1241) 评论(0) 推荐(0) 编辑
摘要: 本文来自iOS Tutorial Team 的 Marcelo Fabri,他是Movile的一名 iOS 程序员。这是他的个人网站:http://www.marcelofabri.com/,你还可以在Twitter上关注@marcelofabri_。 性能对 iOS 应用的开发尤其重要,如果你的应 阅读全文
posted @ 2016-07-13 15:42 小屁孩~ 阅读(336) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页