How build a custom control in Xcode for the iPhone SDK?

Posted by mamcx on Stack Overflow See other posts from Stack Overflow or by mamcx
Published on 2009-01-31T20:30:05Z Indexed on 2010/05/25 11:31 UTC
Read the original article Hit count: 449

Filed under:
|
|

I want to build a custom control to reuse in my project which consists of two UITextFields that are linked together + a label.

It is starting to become repetitive across my App and smells of code duplication ;)

However, I wonder what is the best aproach here.

Is it best do everything by code in a controller or is posible do a visual thing like the ones built-in in Xcode?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk