We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf36fa9 commit d154f95Copy full SHA for d154f95
SSYSidebarController.h
@@ -80,6 +80,17 @@ IB_DESIGNABLE
80
@property (assign) IBOutlet NSView* mainView;
81
@property (assign) IBOutlet NSView* sidebarView;
82
83
+/*!
84
+ @brief The length of the variable-length perimeter segment (width or
85
+ height) of the receiver's sidebar view, grabbed during -awakeFromNib, before
86
+ it is collapsed to 0.0.
87
+
88
+ @details You may need this for layout calculations, because the order in
89
+ which Cocoa sends -awakeFromNib to objects in a nib is indeterminate.
90
+ */
91
+@property (assign, readonly) CGFloat sidebarLength;
92
93
94
/*!
95
@details The values of this property must be one of the values of the enum
96
SSYSidebarControllerWhichEdge. Unfortunately, as of Xcode 8.2, Interface
0 commit comments