美文网首页
工作随笔

工作随笔

作者: 暗冬深渊之烛 | 来源:发表于2016-08-24 09:59 被阅读0次

    textview userinterfaceenabled 会触发didendediting,且在要走完后才会改变userinterfaceenabled,所以placeholder的显隐需要在其后设置

    一个系统ns对象类的类方法构造的对象默认是添加了autorelease的,不能再添加autorealease

    例子:[NSDictionary dictionary]  正确

    [[NSDictionary dictionary]autorealease]  错误

    还有nsmutablearray,nsmutablestring、nsdata、nsdate等甚至其他非mutable的系统ns对象

    [_textview intrinsicContentSize] 求出当前状态下uiview的自然尺寸(即不考虑程序员后加的属性=apple原生原版的控件的尺寸)

    相关文章

      网友评论

          本文标题:工作随笔

          本文链接:https://www.haomeiwen.com/subject/xinnsttx.html