cezarywojcik / CWPopup

CWPopup category to present popup view controllers
MIT License
289 stars 62 forks source link

Is it possible to use the view controller in storyboard? #13

Closed bagusflyer closed 9 years ago

bagusflyer commented 10 years ago

I'm wondering if it's possible to use the view controller for popup in storyboard? Thanks

dploeger commented 10 years ago

Yes. It is. I use [[UIStoryboard storyboardWithName:xx] instantiateViewControllerWithIdentifier:xx] to instantiate the view controller for the popup.

k06a commented 9 years ago

@bagusflyer why not to close this issue, if solution was found?

bagusflyer commented 9 years ago

Thanks.