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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -