I have an issue with the presentViewController
function.
I have a login menu (A) and a button who display a login form (B). On success login, I present a third view with self.presentViewController
(C).
Login menu (A) -> Login form (B) -> Content (C)
It's work, I can present the third view (C) but the login menu (A) is always visible (I can see it in UI Debug mod).
So, how to close the A ViewController?