I don't know how can I do that in Xcode , maybe with the Interface Builder or programmaticaly ?
I want to display a modal like this :
I can do that with pods but I want to create my own modal
I don't know how can I do that in Xcode , maybe with the Interface Builder or programmaticaly ?
I want to display a modal like this :
I can do that with pods but I want to create my own modal
I always make this kind of modals in Storyboard. Give the view of the view controller a black background color, with an alpha lower than 1. Also make sure the modalPresentationStyle
is set to Over Current Context.