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.
我在哪里可以找到有关如何将图像共享给mail或的任何信息messages?就像preview分享功能一样。这里是照片:
mail
messages
preview
是否有任何框架或东西可以轻松实现它,或者还有其他一些方法?
使用新的共享菜单。请注意,这是 Mountain Lion 中的一项新功能。
要在 Interface Builder 中创建共享菜单,请选择相应的按钮。然后,在检查器的“属性”窗格中, NSImageNameShareTemplate为图像指定。要使用 AppKit 编程接口创建一个,请使用NSImageNameShareTemplate将图像添加到按钮 ( NSButton)。如果您以编程方式创建共享按钮,为了使共享菜单按用户期望的方式运行,您需要设置 sendActionOn:NSLeftMouseDownMask.
NSImageNameShareTemplate
NSButton
sendActionOn:NSLeftMouseDownMask