I have searched around for any tip for my problem. But I cannot find a solution for this.
I have made a subclass of UITableviewCell (FeedCell). With one image and t
For mutiline use the following:
tweetCell.tweetText.numberOfLines = 0;
[tweetCell.tweetText sizeToFit];
for testing purpose set the height of row as 46.0f in the following method:
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
I could not get the height issue fixed but this did give me a UILabel with multiple lines