0

I have created a custom toolbar using storyboard which contain a toolbar item with label and buttons. The default double click action to zoom and zoom out(enlarging and minimising the window size) in toolbar is working except the label area. How to make it work on label area also.

Angel
  • 112
  • 15
  • Does double click on a button or the label of a standard item zoom? – Willeke Jul 26 '19 at 10:44
  • I want to Keep the default NSToolbar double click action. But it's not happening when I add label to the toolbar, that area is not working. – Angel Jul 26 '19 at 10:59
  • Does `NSToolbar` have a double click action? Double-click a window's title bar to zoom is a preference of the Dock and double-click on a toolbar item doesn't work in the Finder. Is the toolbar item a custom item with a view? – Willeke Jul 26 '19 at 12:59
  • am hiding the default window title and showing custom title in toolbar. I want to perform the same double click action in this label also. Is that possible? – Angel Jul 27 '19 at 05:43
  • Did you try to implement the double click action in the title view? – Willeke Jul 27 '19 at 10:28

0 Answers0