Skip to content

Instantly share code, notes, and snippets.

- (void)layoutSubviews {
[super layoutSubviews];
CGRect oldFrame = self.bounds;
self.bounds = CGRectMake(oldFrame.origin.x, oldFrame.origin.y,
oldFrame.size.width, 150.0);
self.detailTextLabel.bounds = CGRectMake(self.detailTextLabel.bounds.origin.x,
self.detailTextLabel.bounds.origin.y, self.detailTextLabel.bounds.size.width,
120.0);