objective-c Xcode black screen displays when going to next view controller -


i using parse logins user. when user presses login button displays black screen instead of user profile. code :

uistoryboardsegue *loginview = [[viewcontroller_userprofile alloc]init]; [self presentmodalviewcontroller:loginview animated:yes]; 


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -