I want to launch app with first VC and over it launch another saying some information with button on bottom which will have dismiss action to close it. Like for example when there is update in some app they tend to tell whats new
Post
Replies
Boosts
Views
Activity
Okay so first of all sorry, sorry I put the checkmark by mistake 😅 and when I put the alert and action in viewDidLoad() I get that yellow triangle saying this for alert "Initialization of immutable value 'alert' was never used; consider replacing with assignment to '' or removing it", and for action "Initialization of immutable value 'action' was never used; consider replacing with assignment to '' or removing it". I tried both ways and it always showed up.
Sorry if my questions and answers are weird I'm new to this and still learning