Posts

Post not yet marked as solved
1 Replies
451 Views
For a project that supports pre iOS13 versions, when overriding validate (_ command: UICommand), the compiler gives the error: 'UICommand' is only available in iOS 13.0 or newer. Putting @available (iOS 13.0, *) before the validate method gives the error: Overriding 'validate' must be as available as declaration it overrides.How do we get around this?
Posted
by tmmiller.
Last updated
.