I feel like every time I try to build anything for iOS I fall at the very first fucking hurdle and it sucks
@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)
“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?