xcode4 input sizes manually in interface builder -
so how can make button of 42px x 42px ?
is there panel input numbers manually?
you need set size in size inspector (an option in inspector window @ right hand side).
set height = 42; , width=42;
Comments
Post a Comment