Resized XIB still full size

Posted by James on Stack Overflow See other posts from Stack Overflow or by James
Published on 2010-06-06T23:41:30Z Indexed on 2010/06/06 23:52 UTC
Read the original article Hit count: 143

Building an iPad app. I have a button on my main view that I want to launch a help window. The help window is fairly involved and has its own xib/controller. I resized the help window's XIB and saved it. I instantiated it and added it to the application controller's views as a modal. For some reason this window is still taking up the entire screen.

What I really want to do is have a "view" that's maybe 70% of the width and height that lays over the normal view as a modal. How is this accomplished normally? I want it to require that they hit a button to close it.

Thanks

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about xcode