240 发简信
IP属地:陕西
  • iOS 开发之耗电优化

    一.代码层面 1.合理使用NSDateFormatter 和 NSCalendar这种高开销对象 性能测试表明,NSDateFormatter的...

  • Xcode 9

    What's New in Xcode 9 Xcode是用于为Apple TV,Apple Watch,iPad,iPhone和Mac创建应用程...

  • Resize,w 360,h 240
    更轻量的 View Controllers

    View controllers 通常是 iOS 项目中最大的文件,并且它们包含了许多不必要的代码。所以 View controllers 中的...

  • UITableViewController vs. UIViewController

    Table view 是 iOS 应用程序中非常通用的组件。许多代码和 table view 都有直接或间接的关系,随便举几个例子,比如提供数据...

  • Resize,w 360,h 240
    View Controller 容器

    在 iOS 5 之前,view controller 容器是 Apple 的特权。实际上,在 view controller 编程指南中还有一段...

  • layout

    iOS开发中,- (void)layoutSubviews{}方法及相关方法 - (void)layoutSubviews - (void)la...

  • 成功的mom

    报错描述:使用代码创建窗口,没有反应,无法进入 didFinishLaunchingWithOptions方法. 报错原因:没有正确重写didF...

  • Mac 系统文件的显隐

    打开spotlight,输入“终端”,然后粘贴输入 显示Mac隐藏文件的命令:【defaults write com.apple.finder ...

  • Resize,w 360,h 240