hhru / Nivelir

A Swift DSL for navigation in iOS and tvOS apps with a simplified, chainable, and compile time safe syntax
MIT License
243 stars 8 forks source link

Fixed containerAlreadyPresenting error handing #121

Closed almazrafi closed 3 months ago

steve-jobs-bot commented 3 months ago
3 Warnings
:warning: Example/NivelirExample/Screens/Authorization/AuthorizationViewController.swift#L60 - Explicit use of 'self' is not required
redundant_self_in_closure AuthorizationViewController.swift:60
:warning: Example/NivelirExample/Screens/Authorization/AuthorizationViewController.swift#L61 - Explicit use of 'self' is not required
redundant_self_in_closure AuthorizationViewController.swift:61
:warning: Example/NivelirExample/Screens/Authorization/AuthorizationViewController.swift#L76 - Explicit use of 'self' is not required
redundant_self_in_closure AuthorizationViewController.swift:76

Generated by :no_entry_sign: Danger