240 发简信
IP属地:北京
  • iOS 遍历tabbar所有控件

    let tabBarVC: TabBarController = UIApplication.shared.keyWindow?.rootVie...

  • Mac git modified: .DS_Store

    git rm --cached .DS_Store git commit -m '.DS_Store untracked'

  • Swift请求body体为JSON是的方法

    let urlString: String = "" varrequest =URLRequest(url:URL(st...

  • Mac电脑如何快速安装Homebrew

    苹果电脑标准安装脚本:(推荐 优点全面 缺点慢一点) /bin/zsh -c "$(curl -fsSL https://gitee.com/c...

  • Resize,w 360,h 240
    iOS获取类的所有属性以及方法(包括私有属性和方法)

    获取所有属性 unsigned int count =0; Ivar *ivars = class_copyIvarList([WKWebV...

  • 解决Xcode10 Library not loaded: /usr/lib/libstdc++.6造成的crash及报错

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/D...

  • iOS 输入框过滤掉所有表情

    在server不支持昵称保存昵称的时候,我们就要对表情符号进行过滤掉,不仅仅需要过滤掉系统的表情,还有输入法的表情,简单来说就是所有的表情 //...

  • iOS压缩文件与解压缩文件

    使用第三方框架ZipArchive进行压缩与解压,cocoapod:pod 'ZipArchive' 1.压缩 ZipArchive* zip ...

  • iOS拷贝手机号去除多余字符(iOS 11拷贝通讯录)

    // 拷贝手机号码去除多余字符 iOS 11的通讯录号码复制问题 + (NSString *)getSeparatedPhoneNumberWi...