Xcode Bind a Text Field to the Selected Item in a Table View From a Different ViewController
- 阅读更多 关于 Xcode Bind a Text Field to the Selected Item in a Table View From a Different ViewController
问题 Xcode 7, Swift 2, Mac OS X application. I have a Storyboard with the following simple structure; WindowController containing a SplitViewController. Top panel of Split View contains a ViewController which contains a Table View. Bottom panel of Split View contains a Text Field. My Table View is bound to an Entity in my data model using an Array Controller TableViewArrayController). The TableViewArrayController has been added to the Table View's containing View Controller. The Table View