Craig Grummitt – Before I forget

Discoveries in Swift and iOS development.

Popups, Popovers, Pushing, Popping, Presenting, Alerts and Actionsheets!

·

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:

  1. Alerts/Actionsheets
  2. Popover
  3. Modals (presentViewController) – with options for playing with modalTransitionStyle(enum UIModalTransitionStyle) and modalPresentationStyle(enum UIModalPresentationStyle). modals2
  4. Push (pushViewController) – with options for playing with animation transition(enum UIViewAnimationTransition) push2

You can find the github project here.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *