You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heya, I've been playing around with the RTLabel, and I'm having a few troubles involving multiline links. Firstly, the optimumSize seems to not compute correctly if a link spans multiple lines, and also the hit testing when tapping links does not work below the first line of the link.
Have you encountered this before? Would you know how to make a workaround?
Cheers,
Eric-Paul.
The text was updated successfully, but these errors were encountered:
Hi,
I am not able to reproduce the problem. I've update the code with a table view to show list of features. Height of each cell is determine by the text height. There is a cell that I put multiple links. Can you try to reproduce the problem there? If you can reproduce it with the text that you have, can you send the text to me?
OK. I've solved the problem by changing from [self.contentView addSubviews:subview1] to [self addSubviews:subview1]. Here self refers to a tableview cell, while subview1 refers to a view that contains RTLabel objects. By the way, I program in ARC mode.
Heya, I've been playing around with the RTLabel, and I'm having a few troubles involving multiline links. Firstly, the optimumSize seems to not compute correctly if a link spans multiple lines, and also the hit testing when tapping links does not work below the first line of the link.
Have you encountered this before? Would you know how to make a workaround?
Cheers,
Eric-Paul.
The text was updated successfully, but these errors were encountered: