user interface - IOS resize UI after rotation (Is fill parent possible in IOS) -
is possible make textfield or other ui fill screen width? "match_parent" or "fill_parent" in android.
.. if not, right solution use "willrotatetointerfaceorientation" , every time calculate new size?
1) should read handling layout changes automatically using autoresizing rules view programming guide.
2) check size inspector
in interface builder
.
check out these beautiful links : iphone rotation, view resizing , layout handling , understanding uiview autoresizing question : uiview autoresizing resources
Comments
Post a Comment