Fix Multiplex sample does not load image: screenNode must be started before its -fetchData method is called.

This commit is contained in:
Huy Nguyen
2015-09-17 00:03:39 +03:00
parent fcd76dbd19
commit 8ebc3bdf67

View File

@@ -37,8 +37,9 @@
- (void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
// This should be done before calling super's viewWillAppear which triggers data fetching on the node.
[_screenNode start];
[super viewWillAppear:animated];
}
- (void)reload:(id)sender {