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

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -