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.
我正在 C4 中创建一个新类,我想知道它们应该继承什么?
该类是辅助类而不是可视类,所以它应该从 C4Object 继承而不是 C4Control 或 NSObject (或其他一些默认类)吗?
非可视对象的最佳选择是从 C4Object 继承。
C4Object 类具有 C4Control 的所有相同功能,除了用于更改任何视觉状态的选项(例如 origin、borderWidth、animationDuration 等)。C4Control 子类应严格保留给可视对象。