UITableViewController:我如何将其工具栏子类化为绘图?

时间:2013-01-04 23:19:13

标签: objective-c ios uitableview

我有一个标准工具栏的tableview。我想改变这个工具栏的样式。

是否可以继承UITableView.toolbar并覆盖drawRect?

1 个答案:

答案 0 :(得分:0)

最简单的方法是使用UIAppearancehttp://developer.apple.com/library/ios/#documentation/uikit/reference/UIToolbar_Class/Reference/Reference.html

如果您覆盖drawRect:似乎没有做任何事情,而是需要覆盖drawLayer:inContext:

http://atastypixel.com/blog/making-uitoolbar-and-uinavigationbars-background-totally-transparent/