- (void)drawRect:(CGRect)rect { CGContextRef context = UIGraphicsGetCu...
bug描述: An instance 0x10e2a8c00 of class WKWebView was deallocated while ...
1.自定义好方法 #pragma mark - 用户方法,将NSLog的输出信息写入到.log文件中// 将NSLog打印信息保存到Docume...
方法一 - (void)peripheral:(CBPeripheral *)peripheral didDiscoverServices:(N...
[[UIBarButtonItem appearanceWhenContainedIn: [UIToolbar class], nil] s...
webview转wkwebview遇到的坑 1、wkwebview里通过新窗品进行ajax的post请求时,cookie参数丢失 解决方案:不创...
崩溃如下: -[CFString release]: message sent to deallocated instance 0x604000...
select createtime,content,strftime('%Y-%m-%d',datetime(createtime,'unixe...
NSLog函数打印信息是IOS开发中最简单的代码调试方法,但是NSLog本身的性能很差,程序发布后,不应该保留这些用于调试的NSLog,但是手动...