240 发简信
IP属地:内蒙古
  • 使用PhotoKit 搭建相册选择器(支持多选)

    1. 闲谈 iOS8 以后苹果推出新的关于相册的框架-PhotoKit,相比较之前的AssetsLibrary 框架有了很大的提升,由于初次接触...

  • pod install后出现: [!] `<PBXResourcesBuildPhase UUID=`xxxx`>` attempted to initialize an object with an unknown UUID

    解决方法: 1.移除General->Linked Frameworks and libraries中的libPods.a 2.退出xcode ...

  • Xcode编译报错“clang: error: no input files”

    clang: error: no input files这个问题一般是因为你删除或者移动了某一个文件,但是在你的编译资源里面(project >...