240 发简信
IP属地:北京
  • App Privacy Manifest Fixer:自动修复隐私清单,确保应用合规

    Git地址: https://gitcode.com/gh_mirrors/ap/app_privacy_manifest_fixer/?utm...

  • fatal: 无法访问 'https://github.com/layerhq/FMDBMigrationManager.git/':Failed to connect to 127.0.0.1...

    在MAC终端,cd进入该工程中,然后输入以下代码: git config --global http.proxy git config --gl...

  • Xcode Archive时Archives列表里面只有Other Items的问题

    1.点击Xcode ->product->Scheme->Edit Scheme中查看Build里面勾选的内容和对应的Targets是否正确

  • wkwebview 关闭缩放

    https://www.jianshu.com/p/1503d2c440e3[https://www.jianshu.com/p/1503d2c...

  • Swift与OC的相互调用

    参考文章链接Swift与OC的相互调用[https://www.jianshu.com/p/30908ad3b538]

  • view圆角

    .h文件中 @interface UIView (EX) - (void)addCorner:(CGFloat)corner byRoundin...

  • Compiled module was created by a different version of the compiler

    使用最新版本的Xcode,运行时工程中的swift文件出现Compiled module was created by a different ...

  • iOS时间字符串固定位24小时制

    NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; NSLoc...

  • SDWebImage如何设置header

    SDWebImageDownloader *downloader = [SDWebImageDownloader sharedDownloade...