Created
December 7, 2016 01:29
-
-
Save brianmpalma/07b475d57f68da384d26dfa46db4b9f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (void)loadWindow | |
{ | |
var success = [CPBundle loadCibNamed:@"AddPlayer" owner:self]; | |
_window = [[CPWindow alloc] initWithContentRect:[_addPlayerContentView bounds] | |
styleMask:CPDocModalWindowMask]; | |
[_window setContentView:_addPlayerContentView]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment