Is it possible to place an image in the t开发者_高级运维itle bar of an mac app?
Could anyone give me a pointer?
Walk up the view hierachy of the window's content view using superview and add your NSImageView there
Is it possible to place an image in the t开发者_高级运维itle bar of an mac app?
Could anyone give me a pointer?
Walk up the view hierachy of the window's content view using superview and add your NSImageView there
精彩评论