Vladimirs Matusevics

Results 5 issues of Vladimirs Matusevics

Hello. In rootViewController I'm doing [self.navigationController pushViewController:embeddedViewController animated:YES]; And in embeddedViewController I need to disable FoldMenu, because I'm using Gesture Recognizers there. I tried this code in embeddedViewController, but it...

Also, you don't need `completionHandler: nil` when it's optional parameter.

"var pending: (() -> ())[] = []" should be "var pending: [(() -> ())] = []"

### Problem trying to solve Looking for a way to release a version. ### Possible solution(s) Looks like it's possible via API https://docs.atlassian.com/software/jira/docs/api/REST/9.17.0/#api/2/version-updateVersion ### Alternatives _No response_ ### Additional Context...