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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -