Quote:
Originally Posted by eggapps
Thanks a lot for your help Brian. This is much appreciated!
However, I have another little problem. The code now seems to be fine. Only when I debug the app, I get a black screen... I might have something linked in wrong way, .xib-file..
Any idea what to do?
|
You are right... it is probably something wrong in the .xib. Try a clean and then build. See if you have any warnings. Usually Xcode is pretty good about letting you know if something is messed up. *usually*... other than that, maybe put some NSLog(@"I am at ... in my code."); in every function and see if it is stopping somewhere. Good luck.
Brian