textview userinterfaceenabled 会触发didendediting,且在要走完后才会改变userinterfaceenabled,所以placeholder的显隐需要在其后设置
一个系统ns对象类的类方法构造的对象默认是添加了autorelease的,不能再添加autorealease
例子:[NSDictionary dictionary] 正确
[[NSDictionary dictionary]autorealease] 错误
还有nsmutablearray,nsmutablestring、nsdata、nsdate等甚至其他非mutable的系统ns对象
[_textview intrinsicContentSize] 求出当前状态下uiview的自然尺寸(即不考虑程序员后加的属性=apple原生原版的控件的尺寸)
网友评论