Seth Sandler

Results 49 issues of Seth Sandler

Can you add the following to the podspec so enable tvos support? ``` s.tvos.deployment_target = '9.0' ```

Is there any way to substitute labels/fields with the JVFloatLabeledTextField implementation here: https://github.com/jverdi/JVFloatLabeledTextField

I'd like to change the font/font-size on the buttons. I'd also like to set a background state (on/off) where the color changes. Are either of these possible?

I'm trying to figure out how map to FIRTimestamp since it's not codable currently. Is there a way to transform the data returned from FIRTimestamp to Date instead or make...

Installing via SPM won't work on newer projects since the minimum requirement needs to be set to iOS11.

Any tips for adding in the ability to make it smoother when it goes from one direction to another (or tapped). Right now when you tap, it sets the velocity...

I'm on 7.1.2 and the package installed, but it's not showing 'Reveal' in the Settings.app. Are there any other things that need to be set?

It would be nice to be able to choose the position and/or show the snackbar in a particular view rather than the topViewController.

Is it possible to run swiftformat/swiftlint on staged files only? There's past issues showcasing `swift run swiftformat [edited swift]` but utilizing that command returns `error: input path cannot contain wildcards.`

It looks like some autoresizingMask is needed on scrollView and possibly other places to ensure that an orientation change correctly resizes the elements.