SWOverlayCommentsViewController
class SWOverlayCommentsViewController : SWBaseViewController
Undocumented
-
Undocumented
Declaration
Swift
weak var delegate: SWOverlayCommentsViewControllerDelegate?
-
Undocumented
Declaration
Swift
var broadCastMetaData: BroadcastMetadata!
-
Undocumented
Declaration
Swift
@IBOutlet weak var tableView: UITableView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var msgHeightConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var msgTextView: UITextView!
-
Undocumented
Declaration
Swift
fileprivate var commentsViewModel: SWCommentsViewModel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var bottomConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var textViewTrailingConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var messagePlaceholder: UILabel!
-
Undocumented
Declaration
Swift
var fetchMoreMessagesIfFirstCellLoaded: Bool
-
Undocumented
Declaration
Swift
var selectedIndexPath: IndexPath!
-
Undocumented
Declaration
Swift
var isMuted: Bool
-
Undocumented
Declaration
Swift
@IBOutlet weak var closeButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var sendButton: UIButton!
-
Undocumented
Declaration
Swift
var messageOpenCallback: (() -> Void)?
-
Undocumented
Declaration
Swift
var messageDoneCallback: (() -> Void)?
-
Undocumented
Declaration
Swift
var profileViewCallback: (() -> Void)?
-
Undocumented
Declaration
Swift
var chatSendCallback: (() -> Void)?
-
Undocumented
Declaration
Swift
var isKeyboardVisible: Bool
-
Undocumented
Declaration
Swift
override var shouldAutorotate: Bool { get }
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func didReceiveMemoryWarning()
-
Undocumented
Declaration
Swift
@objc func handleTap(_ sender: UITapGestureRecognizer)
-
Undocumented
Declaration
Swift
func setMessageOpenCallback(callback: @escaping () -> Void)
-
Undocumented
Declaration
Swift
func setMessageDoneCallback(callback: @escaping () -> Void)
-
Undocumented
Declaration
Swift
func setProfileViewCallback(callback: @escaping () -> Void)
-
Undocumented
Declaration
Swift
func setChatSendCallback(callback: @escaping () -> Void)
-
Undocumented
Declaration
Swift
@IBAction func backButtonTapped(_ sender: Any)
-
Undocumented
Declaration
Swift
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?)
-
Undocumented
Declaration
Swift
func setPlaceholderTitle(_ placeholderText: String)
-
Undocumented
Declaration
Swift
@objc func keyboardWillShow(notification: NSNotification)
-
Undocumented
Declaration
Swift
@objc func keyboardWillHide(notification: NSNotification)
-
Undocumented
Declaration
Swift
func adjustingHeight(_ show: Bool, notification: NSNotification)
-
Undocumented
Declaration
Swift
@IBAction func closeButtonTapped(_ sender: Any)
-
Undocumented
Declaration
Swift
@IBAction func sendButtonTapped(_ sender: Any)
-
Undocumented
Declaration
Swift
private func handleCloseButton()
-
Undocumented
Declaration
Swift
func muteUsers(_ userIds: [String])
-
Undocumented
Declaration
Swift
func unmuteUsers(_ userIds: [Int])
-
Undocumented
Declaration
Swift
func deleteMessage(WithKeys keys: [String])
-
Undocumented
Declaration
Swift
func muteCurrentUser()
-
Undocumented
Declaration
Swift
func unMuteCurrentUser()
-
Undocumented
Declaration
Swift
@objc func handleNotificationForMute()
-
Undocumented
Declaration
Swift
func dismissKeyboard()
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
func numberOfSections(in tableView: UITableView) -> Int
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView?
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat
-
Undocumented
Declaration
Swift
func commentsViewModelNoMoreMessages()
-
Undocumented
Declaration
Swift
func commentsViewModelRecievedMessageFromFB()
-
Undocumented
Declaration
Swift
func commentsViewModelRecievedMessage(status: Bool)
-
Undocumented
Declaration
Swift
func commentsViewModelRecievedMoreMessages()
-
Undocumented
Declaration
Swift
func commentsViewModel(disableComments disable: Bool)
-
Undocumented
Declaration
Swift
func brodcastLikesApiSucceded()
-
Undocumented
Declaration
Swift
func textViewShouldBeginEditing(_ textView: UITextView) -> Bool
-
Undocumented
Declaration
Swift
func textViewDidBeginEditing(_ textView: UITextView)
-
Undocumented
Declaration
Swift
func textViewDidEndEditing(_ textView: UITextView)
-
Undocumented
Declaration
Swift
func textViewDidChange(_ textView: UITextView)
-
Undocumented
Declaration
Swift
func hidePlaceHolder(_ textView: UITextView)
-
Undocumented
Declaration
Swift
func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool
-
Undocumented
Declaration
Swift
func adjustHeightForTextView()
-
Undocumented
Declaration
Swift
func ChatMessageMuteConfirmationViewController(_ viewController: KLChatMessageMuteConfirmationViewController, isSelectedUserParticipant userId: NSNumber) -> Bool
-
Undocumented
Declaration
Swift
func ChatMessageMuteConfirmationViewControllerTappedDone(_ viewController: KLChatMessageMuteConfirmationViewController)
-
Undocumented
Declaration
Swift
func ChatMessageMuteConfirmationViewControllerTappedDeleteMessage(_ viewController: KLChatMessageMuteConfirmationViewController)
-
Undocumented
Declaration
Swift
func profileIconClicked(_ userId: Int)
-
Undocumented
Declaration
Swift
func chatCellSelectedMessage(_ cell: SWChatCell)
-
Undocumented
Declaration
Swift
func isLoginRequired() -> Bool
-
Undocumented
Declaration
Swift
func startLogInFlow()
-
set the orientation to specified input
Declaration
Swift
func setOrientation(to: UIInterfaceOrientation)
Parameters
to
<#to description#>
-
Undocumented
Declaration
Swift
func loginSuccessful()