I'm trying to set the text to the top of the page in my TextView and I don't know how to align it... I was looking for a way to do this for a while, please help me to accomplish it

I'm trying to set the text to the top of the page in my TextView and I don't know how to align it... I was looking for a way to do this for a while, please help me to accomplish it

Try setting the automaticallyAdjustsScrollViewInsets property to NO on its view controller.
Just enlarge the TextView's height to full screen (under the navigation bar).
This will also add the translucent blur effect for text under the navigation bar.