240 发简信
IP属地:山东
  • Resize,w 360,h 240
    iOS-屏幕适配(AutoLayout)Trait Variations

    AutoLayout简介 AutoLayout旨在替代Autoresizing,所以在同一个项目中,AutoLayout和Autoresizin...

  • M1下cocoapods pod insstall编译报错 architecture arm64

    m1芯片下pod insstall后项目 编译报错 arm64的错误Pods/xxxx_iOS/xxxx.framework/xxxx' for...

  • 解决Cocoapods贼慢问题

    一、更换gem源 我之前换过淘宝的源,在这里就会显示【 http://ruby.taobao.org/ 】 但是现在淘宝源已经不再维护了,所以需...

  • iOS UISearchController 问题汇总!

    对UISearchController 所遇到的坑进行汇总 一、更改背景颜色 方法 1: 方法 2: 二、更改搜索按钮 在代理方法通过kvc 进...

  • go - 数据库操作

    在工作之余需要进行api开发,记录下go学习的中的代码 引入 第三方和系统框架 定义结钩体,接口用于连接数据库 打开数据库操作 关闭数据库操作 ...

  • swift- UISearchController的基本使用

    闲的没事写了写swift,记录一下比较坑的控件!!声明 添加 UISearchController UISearchController 代理方...

  • swift-UICollectionView

    UICollectionView的基本使用 UICollectionView的使用跟tableview的使用大同小异!关键要注意在使用的cell...