i am very new to iOS app with Xcode. i have made an iOS app that has a Facebook integration (Facebook login) to authenticate the user and user can only get into my app after successful login but in my case after successful login ,the control goes back to my login with Facebook page(view controller) rather than get into my app home page (view controller) so please suggest me what to do to get into my app home page after login.
for your knowledge, i am using storyboard and plain view controller files rather than navigation controller and my app is not uploaded on app store yet, it is in a development phase right now. thanks in advance.