ShowPollsViewController
A component that lets you create a poll.
To show ShowPollsViewController do in iOS as follows:
let controller = ShowPollsViewController(dyteMobileClient: self.dyteMobileClient)
self.present(controller, animated: true)
A component that lets you create a poll.
To show ShowPollsViewController do in iOS as follows:
let controller = ShowPollsViewController(dyteMobileClient: self.dyteMobileClient)
self.present(controller, animated: true)