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.
我想制作一个带有水平滚动的宽图像的菜单(它是一个连续的图像)。我可以使用什么技术?谢谢!
执行此操作的标准方法是创建 aNSScrollView并将 a 嵌套NSImage在其中。但是,如果您的连续图像太大,您可能会遇到问题。在这种情况下,您希望将其拆分为多个NSImages 并将它们彼此相邻排列在NSScrollView.
NSScrollView
NSImage