I'm taking a University of California Irvine iOS App Development course online that was prerecorded 6 years ago, so my version of xcode is drastically different than it once was. There used to be an option to insert a button that you could search for in the object library, however on version 13, "button" is not listed within the object library. Is there an alternate way of finding it or is it no longer a shortcut option?
How do I insert a button with xcode version 13?
You access the object Library by:
- selection a View in Storyboard
- clicking on
+
Button at top right of Xcode window - Button(s) will be listed here:
Also a handy shortcut is "cmd + shift + L"