I built an app and added the Facebook SDK, everything works fine, the button posts to Facebook just fine however the login button for Facebook is in the upper left corner of the view and I can't move it. It's not showing up in File's Owner, it's not an IBOutlet. Instead, as I got it from one of the samples in Facebook's SDK, it's: @property (strong, nonatomic) id loggedInUser;
Any idea on how I can move it? It's covering up some of the nav bar and some text.
Thanks so much!