Unify cell style for the password generator
This commit is contained in:
parent
6c790f8e07
commit
788adee1a7
10 changed files with 72 additions and 34 deletions
|
|
@ -33,6 +33,10 @@ class SliderTableViewCell: UITableViewCell {
|
|||
delegate.generateAndCopyPassword()
|
||||
}
|
||||
|
||||
override func layoutMarginsDidChange() {
|
||||
layoutMargins.left = passKit.Globals.passwordGeneratorLeftLayoutMargin
|
||||
}
|
||||
|
||||
func set(title: String) -> SliderTableViewCell {
|
||||
titleLabel.text = title
|
||||
return self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue