UITextView wraps text when built with iOS 7 SDK

后端 未结 4 667
北恋
北恋 2021-02-03 11:49

I have a UITextView inside a UIScrollView that worked perfectly fine on iOS 6 built from xcode 4.x, however now building with

4条回答
  •  别跟我提以往
    2021-02-03 12:23

    I think you want to calculate the content size so that you can increase the content size of scroll view too. if yes Use this link, https://stackoverflow.com/a/19152955/1023083

提交回复
热议问题