집 > Q&A > 본문
下面的方法不是getter方法吧,因为没有看到声明的变量
大家讲道理2017-04-18 09:45:48
UITabBarController에는 viewControllers라는 속성이 있습니다. 다음 메서드는 UITabBarController에서 viewControllers 속성의 getter 메서드를 재정의하는 것과 같습니다. self.viewControllers는 viewControllers의 getter 메서드를 호출합니다.
怪我咯2017-04-18 09:45:48
이것은 Objective-C 또는 Xcode의 기능이며 self.view는 [self view]
self.view
[self view]