UITextView 不左上角显示

在Autolayout中 UITextView显示不左上角显示,修改如下

在viewDidLoad里面添加如下代码

if([[[UIDevice currentDevice] systemVersion] floatValue] >= 7.0)

{

        self.automaticallyAdjustsScrollViewInsets = NO; // Avoid the top UITextView space, iOS7 (~bug?)
    }

posted on 2015-07-19 10:19  景树园  阅读(229)  评论(0编辑  收藏  举报

导航