SWCommentsBroadcastDetailViewController
class SWCommentsBroadcastDetailViewController : SWBaseViewController
Undocumented
-
Undocumented
Declaration
Swift
weak var delegate: SWCommentsBroadcastDetailViewControllerDelegate?
-
Undocumented
Declaration
Swift
var broadcastStream: SWStream!
-
Undocumented
Declaration
Swift
@IBOutlet weak var thumbnailImageView: YYAnimatedImageView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var broadcastDescriptionLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var userHandleButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var totalClapsLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var totalViewsLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var ratingsView: SWRatingView!
-
Undocumented
Declaration
Swift
@IBAction func cancelButtonTapped(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@IBAction func backgroundButtonTapped(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@IBAction func userHandleButtonTapped(_ sender: UIButton)
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
func setUpUI()
-
Declaration
Swift
func floatRatingView(_ ratingView: SWRatingView, didUpdate rating: Double)