ios - I'm having trouble calling a view by code -


i want call view , when black screen . view want call swrevealviewcontroller ( menu), storyboard id "initial " . i'm calling follows:

 let modal = (self.storyboard?.instantiateviewcontrollerwithidentifier("initial"))!  self.presentviewcontroller(modal, animated: true, completion: nil) 

anyone know wrong ? thank you.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -