Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by Daniel ( 13 years ago )
CGSize textSize = [self.wineDescriptionTV.text sizeWithFont:[UIFont systemFontOfSize:14.0f]
constrainedToSize:CGSizeMake(275, 1000.0f) lineBreakMode:UILineBreakModeTailTruncation];
self.descriptionHeight = textSize.height + 15.0;
self.descriptionBackgroundIV.frame = CGRectMake(0, 0, 314, (self.descriptionHeight+95));
self.descriptionBackgroundBottomIV.frame = CGRectMake(0, (self.descriptionHeight+95), 314, 3);
self.wineDescriptionTV.frame = CGRectMake(5, 75, 275, self.descriptionHeight);
Revise this Paste