Prettify UI
This commit is contained in:
parent
4119e1a9de
commit
099d8f2d53
5 changed files with 58 additions and 51 deletions
|
|
@ -15,7 +15,9 @@ class RawPasswordViewController: UIViewController {
|
|||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
navigationItem.title = "Raw"
|
||||
navigationItem.title = password?.name
|
||||
rawPasswordTextView.textContainer.lineFragmentPadding = 0
|
||||
rawPasswordTextView.textContainerInset = .zero
|
||||
rawPasswordTextView.text = password?.plainText
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue