I have a subclassed UITableViewCell.
I need to dynamically change the frame of a UILabel.
Here\'s what I\'ve done:
- (UITableViewCell *)table
You can not edit frame of UI object created through xib if Autolayout is on. There are two ways to do this:
OR