12 2013 档案
摘要:(1)UIView-Extent.h#import @interface UIView (Extend)- (UIViewController *)viewController;@end(2) UIView-Extent.m#import "UIView+Extend.h"@implementati...
阅读全文
摘要:////////////////////////////@interface UIColor (extension)+ (UIColor*) colorWithHex:(NSInteger)hexValue alpha:(CGFloat)alphaValue;+ (UIColor*) colorWi...
阅读全文
摘要:UIWebView 打开txt文档中文不乱码方法 NSData *txtData = [NSDatadataWithContentsOfFile:fileURL]; //自定义一个编码方式 [_webViewloadData:txtData MIMEType:@"text/...
阅读全文
摘要:UIWebView 打开文件的时候适应屏幕设置当设置 webView.scalesPageToFit = YES,那么打开的无论是网页还是txt,doc文档,都是适应了屏幕显示的,可以通过触摸拉伸放大;如果设置该属性为NO的时候,则页面是经过放大了的,对于doc,xls文档来说,显示的字体比较大,无...
阅读全文
摘要:JSON解析var jsonStr = { "lat":"26.095445","lng":"119.132255","address":"福州"};var obj = eval('(' + jsonStr + ')');
阅读全文
摘要:JS对文字进行编码涉及3个函数:escape,encodeURI,encodeURIComponent,相应3个解码函数:unescape,decodeURI,decodeURIComponent
阅读全文
摘要:CoreData: error: Serious application error. Exception was caught during Core Data change processing. This is usually a bug within an observer of NSMan...
阅读全文

浙公网安备 33010602011771号