Hello,
I need to get from the myxib.xib view/views controls and use it in the AppDelegate.m
So I use:
BUT it crashes(( I attached current simple project: http://www.mediafire.com/download.php?zwam3enynm2
Please help me. What is wrong?
Thank you.
I need to get from the myxib.xib view/views controls and use it in the AppDelegate.m
So I use:
PHP:
NSArray *xib = [[NSBundle mainBundle] loadNibNamed:@"myxib" owner:self options:nil];
BUT it crashes(( I attached current simple project: http://www.mediafire.com/download.php?zwam3enynm2
Please help me. What is wrong?
Thank you.