File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1198
1198
<scroller key =" verticalScroller" wantsLayer =" YES" verticalHuggingPriority =" 750" horizontal =" NO" id =" 33U-Ua-z94" >
1199
1199
<rect key =" frame" x =" 278" y =" 0.0" width =" 15" height =" 343" />
1200
1200
<autoresizingMask key =" autoresizingMask" />
1201
+ <connections >
1202
+ <binding destination =" OyW-Yd-7mm" name =" value" keyPath =" self.representedObject" id =" 6Pz-Rh-cOd" >
1203
+ <dictionary key =" options" >
1204
+ <bool key =" NSAlwaysPresentsApplicationModalAlerts" value =" YES" />
1205
+ <bool key =" NSValidatesImmediately" value =" YES" />
1206
+ </dictionary >
1207
+ </binding >
1208
+ </connections >
1201
1209
</scroller >
1202
1210
</scrollView >
1203
1211
</subviews >
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ class EquipotViewController: NSViewController {
87
87
print ( " ok cool we're in business " )
88
88
if let _ = scrollViewHelp {
89
89
print ( " ok cool we really are in business " )
90
+ print ( representedObject)
90
91
}
91
92
// Do any additional setup after loading the view.
92
93
}
@@ -124,6 +125,8 @@ class EquipotViewController: NSViewController {
124
125
125
126
@IBOutlet weak var helpButton : NSButton !
126
127
128
+
129
+
127
130
@IBAction func saveImgAs( sender: Any ? )
128
131
{
129
132
You can’t perform that action at this time.
0 commit comments