in a utility application, in the viewDidLoad method, I have the following functions, among others: [self hideObjects];
I am having a strange problem with a simple test app I am writing for iPhone. I have a view with a flip side view. Now suddenly this view has the title two times high. In the IB (I am using xcode 4) t
I\'m trying to develop an app (game) with this architecture: Main view is a naviagtioncontroller based with navbar hidden
Thi开发者_运维百科s should be simple. I\'m making a very basic app, based on the Utility Application template of XCode.
In C# how do I define开发者_如何学JAVA my own Exceptions?Guidelines for creating your own exception (next to the fact that your class should inherit from exception)