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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -