Hello,
I am new to iPhone Development.
There r two ways to add controls in your application.
1) By Interface Builder
2) By Coding (UIButton *btnObject = [[UIButton alloc] init.....])
I want to know which is better way.
Thanks in advance.
I am new to iPhone Development.
There r two ways to add controls in your application.
1) By Interface Builder
2) By Coding (UIButton *btnObject = [[UIButton alloc] init.....])
I want to know which is better way.
Thanks in advance.