下面的方法不是getter方法吧,因为没有看到声明的变量
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
UITabBarController has an attribute called viewControllers. The following method is equivalent to overriding the getter method of the viewControllers attribute in UITabBarController. self.viewControllers calls the getter method of viewControllers
This is a feature of Objective-C or Xcode, self.view 等价于 [self view]
self.view
[self view]
UITabBarController has an attribute called viewControllers. The following method is equivalent to overriding the getter method of the viewControllers attribute in UITabBarController. self.viewControllers calls the getter method of viewControllers
This is a feature of Objective-C or Xcode,
self.view
等价于[self view]