We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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! }];
Activity