SyntaxFix
Write A Post
Hire A Developer
Questions
How to create optional and required delegate methods.
@objc protocol InterViewDelegate:class { @objc optional func optfunc() // This is optional func requiredfunc()// This is required }