Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要从笔尖初始化的自定义 UIView。我无权访问笔尖的名称,我只有一个 UINib 实例。
如何使用此 UINib 对象初始化我的 UIView?
我不想在 NSBundle 中使用 loadNibNamed 方法
如果UINib对象已经存在,则向其发送-instantiateWithOwner:options:消息。
UINib
-instantiateWithOwner:options: