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! }]; ```