hit counter

Timeline

My development logbook

Finally I Can Bring Up a Login Screen Before the Split View in the Ipad.

Finally I can bring up a login screen before the Split View in the ipad.

Previously I was doing it wrong. I have the button btnLogin action to get a reference to a AppDelegate to call one of its function to dismiss view.

A better way is to let the btnLogin to send dissmissModalController to the [self parentViewController]

Splash Screen on iOS

In iPhone/iPad development the default.png file is displayed by the device automatically so you don’t have to program it which is really useful.

Source

iOS Idiom 2

[detailViewController performSelector:@selector(configureView) withObject:nil afterDelay:0];

NSInvalidArgumentException

Got Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Popovers cannot be presented from a view which does not have a window.'

when trying to dismiss a modal view controller.