Created
November 5, 2016 11:54
-
-
Save n3tr/02018908b450884e39b83d9c0ada7fa7 to your computer and use it in GitHub Desktop.
Add OtherItemsProxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| override func makeTouchBar() -> NSTouchBar? { | |
| let touchBar = NSTouchBar() | |
| touchBar.delegate = self | |
| touchBar.customizationIdentifier = .touchBar | |
| touchBar.defaultItemIdentifiers = [.label, .fixedSpaceSmall, .otherItemsProxy] | |
| return touchBar | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment