Kareem Daker
Results
3
comments of
Kareem Daker
I see your point. How about adding it in the translation view? This matches Quran.com on mobile. A single tap on the word shows the word translation bubble. A long...
I get the height for RTLabel by calling `[myRTLabel setNeedsDisplay]` after setting the text then getting the height like so `myRTLabel.optimumSize.height`
you can call `[myRTLabel setNeedsDisplay]` to redraw the text after resizing it.