any Cocoa control code that I can use that acts as a patch bay?

假装没事ソ 提交于 2019-12-20 10:57:12

问题


I would like to make a patch bay type control... any source online that anyone knows of that I could work from?

Thanks


回答1:


The closest thing I'm aware of is EFLaceView: http://www.cocoadev.com/index.pl?FlowChartView

Edit: EFLaceView seems to have disappeared, but I have a saved copy: EFLaceView

Edit: Version of EFLaceView on github, with more recent changes than link above.




回答2:


Unless you can find someone online who is sharing exactly the kind of control you're looking for, you don't have any choice but to build this for yourself. For that, you need to understand Control and Cell Programming, Cocoa Drawing, and create your own custom view.



来源:https://stackoverflow.com/questions/3071832/any-cocoa-control-code-that-i-can-use-that-acts-as-a-patch-bay

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!