240 发简信
IP属地:广东
  • library not found for -lPods

    解决方法:在Build Settings -> Other linker flags 中添加$(inherited) 添加完成之后运行 警告消失

  • iOS中关于pods升级后或删除框架报错ld: library not found for -lxxxx-ios-x.x.x

    当正在开发时候,cocoapods移除某一个框架以后,会遇到ld: library not found for -lxxxx-ios-x.x.x...

  • 导航栏UINavigationController

    2,设置导航栏的背景颜色 3,设置导航栏按钮字体颜色 4,设置标题样式与颜色(通过导航栏字典的方式) 5,设置返回按钮的图片,不影响侧滑返回 6...

  • swift4 UILable的使用

    //创建一个经常使用的lable

  • swift4 UIButton

    //初始化 letmyBtn =UIButton.init(type: .custom) myBtn.backgroundColor = UIC...

  • Swift 学习笔记

    大纲 学习线路主要分为UIKit、Foundation、网络请求三大路线; 结合文档梳理笔记,github托管代码,多方位整理学习资料。 学习为...