240 发简信
IP属地:广东
  • 检测API可用性

    if #available(iOS 9, OSX 10.10, *) { // 在 iOS 使用 iOS 9 的 API, 在 OS X 使用 ...

  • Podfield

    target'xxx'do pod'' end use_frameworks!

  • Resize,w 360,h 240
    iOS使用导入的字体

    1、将字体文件(我用的是ttf)导入工程 2、将字体文件添加到Copy Bundle Resources里

  • 重置Launchpad

    终端输入 defaults write com.apple.dock ResetLaunchPad -bool true 按下return键 k...

  • Resize,w 360,h 240
  • Storyboard间跳转

    let vc =UIStoryboard(name:"Main", bundle:nil).instantiateInitialViewCont...

  • Swift正则表达式使用

    以检验手机号码合法性为例: func isValidatePhoneNumber(phoneNum: String) ->Bool { le...

  • Storyboard doesn't contain a view controller with identifier

    reason: 'Storyboard () doesn't contain a view controller with identifier...