开发者

question related to type of row of UITabelView

开发者 https://www.devze.com 2022-12-28 06:12 出处:网络
how to use UITableViewCellStyleSubtitle and UITableVie开发者_Python百科wCellStyleValue2 in 1 rowwith cell\'stext propertynot UILabel[[cell textLabel] setText:@\"Main Line of Text\"];

how to use UITableViewCellStyleSubtitle and UITableVie开发者_Python百科wCellStyleValue2 in 1 row with cell's text property not UILabel


[[cell textLabel] setText:@"Main Line of Text"];
[[cell detailTextLabel] setText:@"Subtitle Here"];
0

精彩评论

暂无评论...
验证码 换一张
取 消