Background - in my iPhone app I have a custom UITableViewController - I was going to pass some required config to it by extendi开发者_StackOverflow中文版ng the existing \"(id)initWithStyle:(UITableVie
I have a custom UITableViewCell which contains several UIButtons. Each button\'s frame position is relative to开发者_如何转开发 the cell width. I set autoresizingMask=UIViewAutoresizingFlexibleWidth s
I am trying to have custom TableViewCell with initWithStyle, since 开发者_如何学编程it says initWithFrame is deprecated after 3.0. Everything worked fine with initWithFrame before.