I am using UITableView.
UITableViewCell *tableViewCell = NULL;
tableViewCell = [historyTableView dequeueReusableCellWithIdentifier:@"Table cells"];
Now, how can i set opt alignment to tableViewCell.textlabel?
I tried setFrame too, but it didnt work.
Thanks Jithendra