Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在不先绘制我自己的视图的情况下自定义节标题标签?
我只想更改标签的对齐方式。
如果你的目标是 iOS 6,你可以使用UITableViewHeaderFooterView. 这有一个属性textLabel,它使您可以访问正在绘制的标签。我还没有使用它很多,但你可能需要配置一些其他的东西,让它看起来 100% 像一个表头标签。
UITableViewHeaderFooterView
textLabel