public class MyViewController: TelegramBaseController {
...
}
// crash on ViewController
required public init(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
What can I do?
public class MyViewController: UIViewController {
// this is ok, but navigationController.push() not work
}
Checklist
Description
Describe the issue that you are experiencing
Expected Behavior
Tell us what should happen
Actual Behavior
Tell us what happens instead
Steps to Reproduce
crash on
What can I do?
Screenshots and Videos
Remove, if not applicable
Environment
Device:
iPhone/iPad X
iOS version:
13.X
App version:
8.3.0