Fix button label vertical alignment per @snod comment on issue #66.
Contributor guide
Tech stack
swift
Domain
mobile
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
under 1 hour
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
SwiftSwipeCellKit basics
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
65
Research direction
Refer to issue #66 for the specific vertical alignment problem. Examine the SwipeCellKit source code, focusing on button layout and alignment in the cell class. Locate the buttonVerticalAlignment property and ensure it correctly aligns the label.
Fix buttonVerticalAlignment = .center · SwipeCellKit/SwipeCellKit#171 | Good First Issue