240 发简信
IP属地:辽宁
  • cocoapods 私有库

    framework 上传[https://www.jianshu.com/p/a832740aa491] podspec 文件属性介绍[http...

  • swift项目中使用oc框架不提示方法的解决办法

    最近在做一个swift的项目,但是用到了一个oc的刷新框架,建立了桥接后导入框架发现不提示方法名称,百度了好久最好找到解决方法。 1.第一步首先...

  • git 本地代码提交后,远程分支合并没有,代码找回

    1、工程目录下git reflog 查看本地的提交日志 2、检出丢失的代码到一个临时分支git branch 恢复分支名(temp_) ...

  • Resize,w 360,h 240
  • 图片添加水印

    #define HORIZONTAL_SPACE 30//水平间距 #define VERTICAL_SPACE 8//竖直间距 #define...

  • This usually indicates that project itself failed to compile.

    Xcode 12,carthage update 报错 eg: This usually indicates that project itse...

  • Swift 避免循环引用

    1、block self.dataBack = { [weak self] (result) in self?.dataArr = result...

  • iOS 13 深夜模式 StatusBar TabBar 简单适配

    iOS 13的发布,开启了深夜模式。App需要做一些UI、色调的适配。如果不想适配,开启深夜的模式下,app可能会有一些问题。深夜模式下,如何像...

  • The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated.

    Failed to create synchronous remote object proxy: Error Domain=NSCocoaEr...