Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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!

share|improve this question
Is this the login button created by using the FBLoginView class? If so, what's the code you're using to place it? – C Abernathy Oct 6 '12 at 2:08

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.