I'm using -dataWithPDFInsideRect:
with an NSView
that has many subviews. It works fine but doesn't render any of the subview's layer properties like borders. Is there a way to get that to work?
Add:
((NSView *)self.window.contentView).wantsLayer = YES;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With