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
Post a Comment