All the options for popups and displaying View Controllers can get a little confusing at times. I’ve put together a project that summarises the various options.
The app contains four tabs:
- Alerts/Actionsheets
- Popover
- Modals (presentViewController) – with options for playing with modalTransitionStyle(enum UIModalTransitionStyle) and modalPresentationStyle(enum UIModalPresentationStyle).
- Push (pushViewController) – with options for playing with animation transition(enum UIViewAnimationTransition)
You can find the github project here.
Leave a Reply