我正在从服务器加载一些信息。我创建了一个单独的方法来做到这一点。然后我调用 [self myCustomMethod] 来运行该方法。无论我在哪里调用 [self myCustomMethod] (initWithNibName, viewDidLoad, viewWillLoad, viewWillAppear, viewDidAppear),自定义方法都会被调用两次 - 有什么关系?
问问题
2166 次
我正在从服务器加载一些信息。我创建了一个单独的方法来做到这一点。然后我调用 [self myCustomMethod] 来运行该方法。无论我在哪里调用 [self myCustomMethod] (initWithNibName, viewDidLoad, viewWillLoad, viewWillAppear, viewDidAppear),自定义方法都会被调用两次 - 有什么关系?