We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767887e commit f831d6bCopy full SHA for f831d6b
Sources/YStepper/UIKit/StepperControl.swift
@@ -103,6 +103,7 @@ private extension StepperControl {
103
func addStepperView() {
104
stepperView.delegate = self
105
let hostController = UIHostingController(rootView: stepperView)
106
+ hostController.view.backgroundColor = .clear
107
addSubview(hostController.view)
108
hostController.view.constrainEdges()
109
}
0 commit comments