Skip to content

Commit 5ffcfba

Browse files
mohsinalimatrnystrom
authored andcommitted
Update ViewController.swift (#44)
1 parent 819e30e commit 5ffcfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Examples/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ViewController: MessageViewController, UITableViewDataSource, UITableViewD
2727

2828
messageView.inset = UIEdgeInsets(top: 8, left: 8, bottom: 8, right: 16)
2929
messageView.font = UIFont.preferredFont(forTextStyle: .body)
30-
messageView.buttonLeftInset = 8
30+
messageView.leftButtonInset = 8
3131

3232
messageView.set(buttonIcon: UIImage(named: "attachment"), for: .normal, type: .left)
3333
messageView.addButton(target: self, action: #selector(onLeftButton), type: .left)

0 commit comments

Comments
 (0)