textview自动布局

_infoLabel.layoutManager.allowsNonContiguousLayout = NO;  // !< 设置自适应布局 
个人理解
@property(nonatomic,readonly) NSLayoutManager *layoutManager NS_AVAILABLE_IOS(7_0);

layoutManager为textview的属性, NSLayoutManager是iOS7新增的布局管理对象

你可能感兴趣的:(textview自动布局)