indragiek / INAppStoreWindow

NSWindow subclass with a highly customizable title bar and traffic lights
BSD 2-Clause "Simplified" License
1.06k stars 162 forks source link

README needs update #184

Open martinjbaker opened 10 years ago

martinjbaker commented 10 years ago

The code example for "Using your own drawing code" section is no longer correct. Should read

[self.window setTitleBarDrawingBlock:^(BOOL drawsAsMainWindow, CGRect drawingRect, CGRectEdge edge, CGPathRef clippingPath){
// Custom drawing code!    
}];