Skip to content

[CM-1211] Add Accessibility #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[UPDATE] typo corrected
  • Loading branch information
SahilSainiYML committed Mar 15, 2023
commit 7c0357a9c4d96aaea8cc33cf3dcb546a5fc2070e
1 change: 0 additions & 1 deletion Sources/YStepper/UIKit/StepperControl+Appearance.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ extension StepperControl {
/// - deleteImage: Delete button image. Default is `Appearance.defaultDeleteImage`
/// - incrementImage: Increment button image. Default is `Appearance.defaultIncrementImage`
/// - decrementImage: Decrement button image. Default is `Appearance.defaultDecrementImage`
/// - hasDeleteButton: Show delete image. Degault is `false`
public init(
textStyle: (textColor: UIColor, typography: Typography) = (.label, .systemLabel),
foregroundColor: UIColor = .label,
Expand Down