“drag a UIView to your view controller” I can’t find a UIView, is that just called a “View” now?
“control+drag that view onto ViewController.swift and create an IBOutlet” control-dragging just creates a blue line, but it doesn’t actually seem to be able to drop anywhere?
@cat what tutorial are you using? i feel like it’s leaving a lot out :(
@bunnyhero a shifty “how to do a camera view” medium post ofc
@cat ah yeah “safe area” is new and replaces the old layout guides. but you can get the layout guides back (which is necessary to support older iOS versions too)
“set top, bottom, leading and trailing to 0” um, where? in what? there’s a picture of an “add new constraints?” how do you get here? it’s not a menu item I guess?