搜尋

首頁  >  問答  >  主體

ios - CYLTabBarController是怎么通过self.viewController访问该方法的?

下面的方法不是getter方法吧,因为没有看到声明的变量

高洛峰高洛峰2771 天前513

全部回覆(2)我來回復

  • 大家讲道理

    大家讲道理2017-04-18 09:45:48

    UITabBarController有一個屬性為viewControllers 下面的方法相當於重寫UITabBarController中viewControllers屬性的getter方法,self.viewControllers就是呼叫了viewControllers的getter方法

    回覆
    0
  • 怪我咯

    怪我咯2017-04-18 09:45:48

    這是 Objective-C 或 Xcode 的特性,self.view 等价于 [self view]

    回覆
    0
  • 取消回覆