240 发简信
IP属地:云南
  • swift 类与字符串之间的转换

    类转字符串 var VCStr = NSStringFromClass(ShangPingDingDanVC.self) //将字符串转化为类 ...

  • Resize,w 360,h 240
    Xcode 8 / Swift 3: “Expression of type UIViewController? is unused” warning

    代码中的警告 最终还是找到了解决办法: _ = navigationController?.popViewController(animated...