StepperView icon indicating copy to clipboard operation
StepperView copied to clipboard

SwiftUI iOS component for Step Indications.

Results 15 StepperView issues
Sort by recently updated
recently updated
newest added

**Describe the bug** It seems the frame isn't calculated correctly and this results in weird UI behaviour and having to compensate by adding uneven padding **To Reproduce** Steps to reproduce...

Hi! Is there a way to set the step indicators to change based on the life cycle of the step? I see that if I set StepLineOptions as custom it...

I wanted a simple step indicator with just the number view. I'm able to achieve it by simply initialising the steps with an array of empty Texts, but not sure...

**Describe the bug** Unfortunately, the trailing padding is still there (I added a Spacer() between the image and text in ImageTextRowView example so it should fill the screen). **Screenshots** ![131030051-cb0cc1ae-1732-46ae-b839-4a9dfb266c0f](https://user-images.githubusercontent.com/39055486/131215897-8318566d-b8c1-4ea1-b3b8-e24b65d4e65f.png)...

## Description Added macOS support by adding macOS specifier to package.swift file. No other change is made to the codebase. **Note: Adding macOS support will break some examples usage that...

As of now Step Indicator support is available for iOS and WatchOS. Extend the support for Mac as well.

good first issue

Hello,, I develope apps on xcode 11, this library is running well. then i switch project to Xcode 12. after build project and run on device, UI look like on...

**Describe the bug** There will be a trailing line after the last step, when alignment is .top and last step has multiple lines of text **To Reproduce** ``` let steps...

## Description Implementation of EdgeInsets for positioning the Stepper View according to the desired choice. ``` StepperView() .edgeInsets(EdgeInsets(top: 2, leading: 5, bottom: 2, trailing: 5)) ``` ## Type of change...

**Describe the bug** Dependency "stepperView" has no shared framework schemes for any of the platforms: iOS **To Reproduce** Steps to reproduce the behavior: 1. Run 'carthage update --platform iOS' 2....