infinum / ios-sentinel

Developer’s toolbox for debugging applications
Apache License 2.0
4 stars 1 forks source link

Added check for already presented Sentinel view controller #26

Closed ilucijabalja closed 1 year ago

ilucijabalja commented 1 year ago

Before presenting the Sentinel view controller, an additional check has been added to verify if Sentinel is already presented. If so, the method should return nil and not present anything.

nikolamajcen commented 1 year ago

All good; merge when ready 👍 Thanks for improving this library.

Note: In future pull requests, please describe the change in the description section.

nikolamajcen commented 1 year ago

In addition, @ilucijabalja , can you increment the library version to 1.1.2 for both CocoaPods and SPM?