怎样用代码设置cell中textlabel位置和大小
1个回答
展开全部
如果你用系统cell的 detailtext 貌似是不能设置位置的,他就是固定的位置。
你得自己用一个 继承于 UITableViewCell 的类,来写自己的cell
然后在 那个
-(UITableViewCell *)table……………… (UITableView 的delegate这个方法中)
{
static NSString *…………;
UITableViewCell *cell = ………………; //这里的 UITableViewCell 换成你自己写的cell
if (nil == cell)
cell = [UITableViewCell alloc]init ………………; //这里的 UITableViewCell 也换成你自己写的cell
//后面不变
}
你自定制之后,自己设置detailtext
你得自己用一个 继承于 UITableViewCell 的类,来写自己的cell
然后在 那个
-(UITableViewCell *)table……………… (UITableView 的delegate这个方法中)
{
static NSString *…………;
UITableViewCell *cell = ………………; //这里的 UITableViewCell 换成你自己写的cell
if (nil == cell)
cell = [UITableViewCell alloc]init ………………; //这里的 UITableViewCell 也换成你自己写的cell
//后面不变
}
你自定制之后,自己设置detailtext
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询