I presented a login screen as follows modally. Correct me if I am not right.
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@\"Main\" bundle:nil]
You have to set prestentation and transition style:
self.activityAlertVC.modalPresentationStyle = .custom self.activityAlertVC.modalTransitionStyle = .crossDissolve