Skip to content

How to override super variable? #69

Closed Answered by progrium
Charliego3 asked this question in Q&A
Discussion options

You must be logged in to vote

Based on the Objective-C documentation (which is what you should use when working with MacDriver):
https://developer.apple.com/documentation/appkit/nssplitview/1455257-dividerthickness?language=objc

This is a property, which are just declaring getter and/or setter methods. You would be able to override this implementing a "dividerThickness" method on a subclass.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Charliego3
Comment options

@progrium
Comment options

Answer selected by Charliego3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants