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 819e30e commit 5ffcfbaCopy full SHA for 5ffcfba
Examples/Examples/ViewController.swift
@@ -27,7 +27,7 @@ class ViewController: MessageViewController, UITableViewDataSource, UITableViewD
27
28
messageView.inset = UIEdgeInsets(top: 8, left: 8, bottom: 8, right: 16)
29
messageView.font = UIFont.preferredFont(forTextStyle: .body)
30
- messageView.buttonLeftInset = 8
+ messageView.leftButtonInset = 8
31
32
messageView.set(buttonIcon: UIImage(named: "attachment"), for: .normal, type: .left)
33
messageView.addButton(target: self, action: #selector(onLeftButton), type: .left)
0 commit comments