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.
我喜欢做一个类似于 OmniGraffle 的编辑器。基本功能:1)添加对象 2)实时调整对象大小 3)每个对象上下文菜单 4)能够将对象与曲线连接起来,因此拖动一个对象将不断重绘连接的曲线
是否有任何开源库?如果没有,我如何自己制作?每个对象都应该由一个图层表示,或者必须使用 CG 绘制,或者我可能需要显示链接。请指教
首先,您可以参考 Apple Developer Examples 中的 Sketch 示例。对于 Mac OS 10.6.x,它位于文件夹 /Developer/Examples 中
此示例具有基本事件处理,例如在鼠标按下等上绘图。