I am new to iphone.i found UILabel instance methodes very hard for me to implement.how can i use it.how can i customize the appearance of your text of a UIlabel further by subclassing UILabel.Plz i need little help to initiate.Foe example i have a label in my viewController how can i custmize it’s text and hoe to subclass
.thanks in advance.
I am new to iphone.i found UILabel instance methodes very hard for me to
Share
You can use so many properties of a
UILabellike:Let me know if any thing other than this you want to know!!
The two methods
We are using CGRectInset to create a rectangle that is either larger or smaller than an existing rectangle (
bounds).For Smaller rectangle, use positive values as
MARGINFor Larger rectangle, use positive values as
MARGINAll the best!!!