240 发简信
IP属地:湖南
  • 添加或移除子视图控制器

    添加子视图控制器 Call the addChildViewController: method of your container view ...

  • Objective-C和Swift混编

    参考官方文献:Importing Objective-C into Swift[https://developer.apple.com/docu...

  • Resize,w 360,h 240
  • Private Pods

    参考官方 Private Pods[https://guides.cocoapods.org/making/private-cocoapods....

  • Xcode 10.2.1 libauto.dylib 在iOS 9.3及以下模拟器无法加载

    Simulator Known Issues Simulators for iOS 9.3 and earlier might fail to ...

  • pod install 报错

    运行 pod install --no-repo-update --verbose 时报错 究其原因是因为 curl 的 postBuffer ...

  • Podfile语法参考(译)

    Podfile Podfile 是一个规范,描述了一个或多个 Xcode 工程中 targets 的依赖关系。 Podfile 可以非常简单: ...

  • CAGradientLayer 渐变色

    Properties colors 每个渐变停止的颜色数组,默认值nil。 元素为 CGColorRef 对象,Animatable。 loca...

  • 空值和非空值修饰 nonnull/nullable

    苹果在 Xcode 6.3 引入了一个 Objective-C 的新特性:Nullability Annotations,这一新特性的核心是两个...