Iphone ipad xib not loading perfectly?

Simply check it with two lines of code: if (UI_USER_INTERFACE_IDIOM()==UIUserInterfaceIdiomPad) { NSLog(@"Call your iPad xib file"); } else { NSLog(@"Call your iPhone xib file"); }.

Because that's one problem I had very often.

Change the position of uiview(i.e. X,y positions) , in your viewwillappear or viewdidload method. Hope it helps.

Sounds obvious but check the dimensions of your views. This has happened to me before when the xib has been simulating the status bar and I have then turned the status bar off. The resulting dimensions end up 20 pixels short.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions