Communication Patterns

UIkit

  • their are three ways ti pass data between viewControllers
  1. using custom initializer
  2. using segues with storyboards
  3. using the delegation pattern
  4. completion handler (closure)
  5. Notification center post