CPTabView: load tab view items asynchronously when possible (#2479)

When an item created with +tabViewItemWithViewController:, the view is loaded asynchronously

Manual test CPTabViewNib have been modified to show a tab view item
managed by a view controller. Any setup happens in
-viewDidAppear: because we cannot use any more the
tabView:didSelectTabViewItem: delegate method.
This commit is contained in:
cacaodev
2016-10-20 17:24:18 +02:00
committed by GitHub
parent 62e5d8d841
commit 0eb196e852
12 changed files with 344 additions and 1122 deletions
+1 -1
View File
@@ -32,4 +32,4 @@
- (IBAction)openAbout:(id)aSender;
- (IBAction)openPreferences:(id)aSender;
@end
@end