INAppStoreWindow
INAppStoreWindow copied to clipboard
NSWindow subclass with a highly customizable title bar and traffic lights
Sample app logs this warning: ``` 2014-06-12 20:30:29.941 SampleApp[3067:24973] NSWindow warning: adding an unknown subview: 2014-06-12 20:30:29.942 SampleApp[3067:24973] Call stack: ( 0 AppKit 0x00007fff8e18d4d3 -[NSThemeFrame addSubview:] + 81 1 AppKit...
I use the default traffic light buttons on OSX. For some strange reason when I do beginSheet on my app and show an NSWindow, the traffic light buttons go to...
I was looking into using this in a project of mine and noticed and issue when you click the titlebar of the window while it is in the background and...
This problem reproduce with the latest code. And some app such as SoureTree\WeChat has the problem also,reason and solution as below: The problem caused by the call of convertBaseToScreen(INAppStoreWindow.m line...
Hi, Where do I start to add this to my existing project? I haven't found a guide yet. Thanks
To reproduce: 1. Set System Preferences -> General -> Appearance to 'Graphite'. 2. Run SampleApp. 3. Note that 'traffic lights' are monochrome in other apps, but colorful in SampleApp.
When using INAppStoreWindow in a document based application on 10.11 the window theme widgets are positioned incorrectly briefly when showing a sheet. I tracked down the cause of the issue...
In Yosemite click the green traffic light can enter and exit full screen mode. INAppStoreWindow didn't show traffic light under full screen mode, users can't exit like other apps by...
I've run my app (built on Xcode 6.1) on Yosemite, and I've noticed that the three buttons in the top-left are positioned incorrectly - they sit in the top-left part...
Because of how INAppStoreWindow draws itself on top of the native titlebar, a few pixels of lighter-colored “fuzz” become visible when you use the custom drawing block and darker colors....