Setting up layout/events on iPhone
Posted
by Mohit Deshpande
on Stack Overflow
See other posts from Stack Overflow
or by Mohit Deshpande
Published on 2010-05-25T20:45:10Z
Indexed on
2010/05/25
20:51 UTC
Read the original article
Hit count: 162
I am using Open Source toolchain to compile my iPhone apps. So I have no Interface Builder or XCode. How would I setup the layout of widgets like UIButton, UITextView, etc. Also, how would I add an event handler to those UI widgets? Please remember that I don't have Interface Builder or XCode.
© Stack Overflow or respective owner