Popping a modal view from anywhere in code
Posted
by
ConfusedNoob
on Stack Overflow
See other posts from Stack Overflow
or by ConfusedNoob
Published on 2012-09-19T03:29:29Z
Indexed on
2012/09/19
3:37 UTC
Read the original article
Hit count: 103
Is it possible to 'pop' a view from any point in an iOS application.
For example, I want an event to trigger a view sliding in (modal) and the event can happen at any time, on any screen in the application.
Also, we'd like this to be something that can be included in other projects and would prefer them not to have to do anything special to these projects (other than wire in the referenced project).
© Stack Overflow or respective owner