Noob XCode/Swift question here. I'm trying to add Facebook login to a demo app and am stuck on step 11, "Add a UIView to your Storyboard and hookup the outlet of the view to fbLoginView."
I do control + drag the reference outlet to the view controller but this doesn't create the link. I done this drag to connect before but with Object library elements I've added myself to the storyboard. What I'm not sure about is how to do it if the code, i.e., @IBOutlet var fbLoginView : FBLoginView!
is already in my view controller.
I have tried this tutorial and found a solution for you all you need to do is Click on you UIView and set the class name FBLoginView Like this Way:
After that you can connect your outlet this way:
First click on UIView in your storyBoard after that connect the Outlet
and you will find
fbLoginView
.May be this will help you.