240 发简信
IP属地:四川
  • Xcode Git提交提示:【pathspec '' did not match any file(s) known to git】解决办法

    1. 终端运行命令,更改路径: 如果你不知道自己的路径,可以将文件夹拖入Termal,会自动帮你完成路径输入。 2. 运行命令,查看当前Git状...

  • CocoaPods - 安装及使用

    安装CocoaPots的顺序:Xcode -> Homebrew -> RVM -> Ruby -> CocoaPots; 安装前准备: 一般系...

  • UITableViewCell左滑显示多个图片按钮并改变大小

    第一步:在TableViewController.m文件中添加: 第二步:在TableViewCell.m文件中添加

  • YCXMenu设置透明的方法

    YCXMenu是类似微信右上角弹出式菜单三方库。github地址:https://github.com/Aster0id/YCXMenuDemo...

  • IOS开发过程中遇见的报错及解决方法汇总

    1、报错:Application tried to present a nil modal view controller on target ...