In Apple's Sprite Kit documentation, it claims: "Because Sprite Kit content is rendered by a view object, you can combine this view with other views in the view hierarchy. For example, you can use standard button controls and place them above your Sprite Kit view. Or, you can add interactivity to sprites to implement your own buttons; the choice is up to you."
https://developer.apple.com/library/mac/documentation/GraphicsAnimation/Conceptual/SpriteKit_PG/GettingStarted/GettingStarted.html However, I have so far had no success getting NSButtons and other NSView-based views to appear on top of an SKView. I've tried making the view a subview of the SKView, making it an overlapping sibling view, building it programmatically, putting it in the XIB — in all cases, the NSView-based object is not drawn. Am I missing something here? Is there some flag somewhere that I need to set for this to work? Or is the documentation here incorrect? Thanks, Charles _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com