Counter
Counter copied to clipboard
Counter is powerful and multipurpose counter
Results
2
Counter issues
Sort by
recently updated
recently updated
newest added
This way it improves the ease of use since `automaticDelegate` becomes just `delegate` and under the hood provides all the delegate functions provided by the regular `Counter`
Looks great! Just had some quick thoughts when looking it over: 1) Would turn both of these into `guard let delegate = delegate else { return }`. Perfect use for...