Is that possible using "setAutoresizingMask" to make the view autoresizing after hiding/showing navi
Posted
by Mickey Shine
on Stack Overflow
See other posts from Stack Overflow
or by Mickey Shine
Published on 2010-03-16T10:11:05Z
Indexed on
2010/03/16
10:16 UTC
Read the original article
Hit count: 516
I am doing this with the following:
[[self navigationController] setNavigationBarHidden:YES animated:YES];
and also I didn't use IB to create view objects. But my view did not auto-resize after hiding navigation bar(there was a blank area where the navigation bar used to be)
I am wondering if I could make it auto-resize only by "setAutoresizingMask", or do I have to use some hand-writing animation stuff?
© Stack Overflow or respective owner