I'm trying to create a custom view, which has a rectangle, and some text right above and below it. So far I am successful at getting text above the rectangle painted, using drawTextOnPath method. However, the one that should go below the rectangle, gets painted upside down. Could I get some advice on how to paint text right below the rectangle?
Thanks in advance!