We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
button
1 parent 60a4041 commit c63e64eCopy full SHA for c63e64e
SwiftMessages/MessageView.swift
@@ -55,7 +55,7 @@ open class MessageView: BaseView, Identifiable, AccessibleMessage {
55
56
/// An optional button. This buttons' `.TouchUpInside` event will automatically
57
/// invoke the optional `buttonTapHandler`, but its fine to add other target
58
- /// action handlers can be added.
+ /// action handlers.
59
@IBOutlet open var button: UIButton? {
60
didSet {
61
if let old = oldValue {
0 commit comments