ModalViewController not being present to user?

I believe the issue is that you are trying to use UIWebView (which inherits from UIView ) as the modal view controller, which expects a UIViewController instance instead. Using a view controller with the webView as its view should let you display it.

I believe the issue is that you are trying to use UIWebView (which inherits from UIView) as the modal view controller, which expects a UIViewController instance instead. Using a view controller with the webView as its view should let you display it.

Slev, sorry about that it is a view controller that is being presented to it. I was trying to show what I was doing and I copied and pasted the wrong thing in. It should be the view controller that contains the _webView.

– bdparrish Jun 23 at 21:38 Nothing to be sorry about. Is the view controller being shown and the webView isn't or is none of it showing? Just trying to narrow down what may be the cause – slev Jun 23 at 21:44 @slev, see the edit above.

I guess there is something being adjusted wrong. I can see a small corner of the view being presented in the lower left corner, but when I made the adjustment from the edit above, then it showed as it should, so I am not sure where to look to make the proper correction. – bdparrish Jun 23 at 21:51 What kind of modal presentation type is it?

I've had issues like that where I present the modal view in the Form style and it crops my xib file. Also, when is this being called? If it's being called when the app starts, there's a chance that the app hasn't loaded enough for the modal screen to show properly – slev Jun 23 at 22:33 @slev, see above for new edit.

None of this is making sense, but I know it is something simple I am missing. I am loading a view controller, which has two buttons on it (both will present a modal view controller). When I click one to establish the ModalViewController the frame is as stated above...from the app delegate it gets presented as it should, but from the loading the main view controller with the buttons from another view controller leads to the 0,0,0,0 frame.

– bdparrish Jun 23 at 23:26.

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