Malloc: * error for object 0x1740b6e00: pointer being freed was not allocated * set a b...
IP属地:宁夏
Malloc: * error for object 0x1740b6e00: pointer being freed was not allocated * set a b...
本文主要使用 fastlane 配置 iOS 的持续集成,一行命令实现, 自动编译、打包、上传蒲公英、钉钉机器人通知的功能。 如果对 fastlane 还不了解,可以阅读Fa...
SDWebImage 加载显示 GIF 与性能问题 SDWebImage 4.0 之前,可以用 UIImageView 显示 GIF 图。如果 SDWebImage 4.0 ...
- (void)webView:(WKWebView *)webView runJavaScriptAlertPanelWithMessage:(NSString *)mes...
原文链接 Xcode 9的新功能 Xcode是用于为Apple TV,Apple Watch,iPad,iPhone和Mac创建应用程序的完整开发人员工具集。Xcode开发环...
转载链接:腾讯Bugly 导语 WKWebView 是苹果在 WWDC 2014 上推出的新一代 webView 组件,用以替代 UIKit 中笨重难用、内存泄漏的 UIWe...
CALayer *subLayer = [CALayer layer];CGRect fixframe = view1.frame;subLayer.frame = fixf...
将字体路径导入工程 工程会先注册字体 -(UIFont*)customFontWithPath:(NSString*)path size:(CGFloat)size { NS...