How to resize of Delete button of UITableView in delete editting mode?
I chage size of cell of a table to 20 but Delete button don't change. So, how to res开发者_如何学编程ize this button is this case?
Please help me!
have you tried to set autoresizesSubviews property of the UITableViewCell class?
精彩评论