passforios/pass/Views/PasswordGeneratorUISwitch.swift
2023-03-12 21:30:31 -07:00

11 lines
204 B
Swift

//
// PasswordGeneratorUISwitch.swift
//
import UIKit
class PasswordGeneratorUISwitch: UISwitch {
override func draw(_: CGRect) {
transform = CGAffineTransform(scaleX: 0.8, y: 0.8)
}
}