I would like to resize a window/image in a nib at load time.
Posted
by Centis Biks
on Stack Overflow
See other posts from Stack Overflow
or by Centis Biks
Published on 2010-05-01T18:54:39Z
Indexed on
2010/05/01
18:57 UTC
Read the original article
Hit count: 160
I have an iPhone app that I'm porting to the iPad. I store several of the ViewControllers in xib's that I would like to resize when they're loaded. For example my startup screen with options is a bitmap that can easily scale up (despite the mis-matched aspect ratio) and I'm trying to figure out where I have ability to resize the image/window during xib loading.
© Stack Overflow or respective owner