I have textview to display some content. I know CGRectMake(10,50,100,100). The 50 is reduce from Top Margin. I need to reduce the from bottom of 50. Where to change the code?
How to give height from bottom instead of top
133 views Asked by user3073276 At
2
To display the
textViewwhile leaving atleast 50px from the bottom, do:self.view.frame.size.heightwill give you the height ofself.view.