How can I split Xcode view as Storyboard and code? ViewControllers are ok just by pressing ctrl + option + command + enter. But it doesn't work for Tableview cells. The code still showing to VC class instead of Cell class. Any Help?
Asked
Active
Viewed 99 times
0
-
2Try selecting the cell’s content view first – aheze Feb 24 '22 at 04:51
-
1I got it. There's a section called "Automatic" in top to choose between swift files. – Zin Win Htet Feb 24 '22 at 05:01