Jeff Bailey

Results 3 issues of Jeff Bailey

If I specify pod 'StravaSwift', :git => 'https://github.com/mpclarkson/StravaSwift.git' then version 1.0.2 is returned.

I have a custom toggle style that displays an empty circle when not enabled and a checked circle when enabled. ``` struct CheckToggleStyle: ToggleStyle { func makeBody(configuration: Configuration) -> some...

I'm migrating to the 1.0 version of the library and I'm a bit stuck. I have a couple of validations that previously used inline validations. For example, I have a...