如侍档果你用系统cell的 detailtext 貌似是不能设置位置的,他就是老培乱固定的位置。
你得自己用一个 继承于 U
ITableViewCell 的类,来写自己的cell
然后在 那个
-(UITableViewCell *)table……………… (UITableView 的delegate这个方法中)
{
static NSString *…………中歼;
UITableViewCell *cell = ………………; //这里的 UITableViewCell 换成你自己写的cell
if (nil == cell)
cell = [UITableViewCell alloc]init ………………; //这里的 UITableViewCell 也换成你自己写的cell
//后面不变
}
你自定制之后,自己设置detailtext