Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to connect outlet from storyboard to UITableViewCell class Xcode 11

How can we connect outlet with the table view custom cell class in storyboard? As in earlier Xcodes, there is a button to open two windows in storyboard screen but in new Xcode that button is missing. Please guide how to achieve that functionality.

like image 936
iPhone 7 Avatar asked Sep 25 '19 07:09

iPhone 7


People also ask

Where is the main Storyboard in Xcode 11?

there is a key in plist file and under "Targets" -> Custom iOS Target Properties "Main storyboard file base name". There default is "Main". So if you want any other storyboard, replace "Main" with your file name. By selecting storyboard from main interface, in plist, it automatically changed.


1 Answers

Click here (1), and then select the file in the right panel that appears (2), step 1 and 2 in the image, then you can connect outlet as always ;)

enter image description here

like image 118
Reinier Melian Avatar answered Sep 20 '22 23:09

Reinier Melian