ios, web, thoughts & notes (rss)

dreamscape by isak solheim

13 jun 2023 ~

ios presentation

controller.dismiss(animated: true)
self.coordinator.perform(action: .login, in: self)
controller.dismiss(animated: true) {
  self.coordinator.perform(action: .login, in: self)
}