Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

add plus button #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ open class NMessengerBarView: InputBarView, UITextViewDelegate, CameraViewDelega
@IBOutlet open weak var inputBarView: UIView!
//@IBOutlet for send button
@IBOutlet open weak var sendButton: UIButton!
//@IBOutlet for plus button
@IBOutlet open weak var plusButton: UIButton!
//@IBOutlets NSLayoutConstraint input area view height
@IBOutlet open weak var textInputAreaViewHeight: NSLayoutConstraint!
//@IBOutlets NSLayoutConstraint input view height
Expand Down