moving label to centre of cell
Posted
by ven in Iphone world
on Stack Overflow
See other posts from Stack Overflow
or by ven in Iphone world
Published on 2010-06-14T17:56:57Z
Indexed on
2010/06/14
18:02 UTC
Read the original article
Hit count: 157
i have created my label using this
UILabel *label1 = (UILabel *) [cell viewWithTag:1];
i want to move my label to centre of the cell... can any one answer it.... thank you for valuable answers...
© Stack Overflow or respective owner