Eureka icon indicating copy to clipboard operation
Eureka copied to clipboard

Make TextRow Title Multiline or in Two Lines

Open amsubhan opened this issue 3 years ago • 4 comments

I have a use case in which my title is for text row is large and it almost covers more than half of the screen. I want to ask that how can I make my title of TextRow in two lines?

Thanks!

amsubhan avatar Aug 31 '21 06:08 amsubhan

Have you tried this? 'cell.textLabel.numberOfLines = 2'

onuryurtturk avatar Aug 31 '21 13:08 onuryurtturk

Have you tried this? 'cell.textLabel.numberOfLines = 2'

Yes I have tried this and set it 0 but it still shows in one line

amsubhanTV avatar Sep 01 '21 10:09 amsubhanTV

try to set up a custom row, the default TextRow title doesn't support multiline text

LeXuanKhanh avatar Sep 23 '21 07:09 LeXuanKhanh