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

依然范特西╮ 提交于 2019-12-03 04:49:41
sbooth

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.

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.

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