SWGoLiveScheduleView
class SWGoLiveScheduleView : UIView, PageDetails
Undocumented
-
Undocumented
Declaration
Swift
var view: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var scheduleOptionView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var schedulePlusButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var emptyStateView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var tableView: UITableView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var optionStackView: UIStackView!
-
Undocumented
Declaration
Swift
weak var delegate: ScheduleViewProtocol?
-
Undocumented
Declaration
Swift
var viewModel: SWGoLiveScheduleViewModel?
-
Undocumented
Declaration
Swift
var screenName: ScreenName
-
Undocumented
See moreDeclaration
Swift
struct identifiers
-
Undocumented
Declaration
Swift
override init(frame: CGRect)
-
Undocumented
Declaration
Swift
required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
func xibSetup()
-
Undocumented
Declaration
Swift
func loadViewFromNib() -> UIView
-
Undocumented
Declaration
Swift
func setUpUI()
-
Undocumented
Declaration
Swift
func removeScheduleBroadcast(brodcastId: NSNumber)
-
Undocumented
Declaration
Swift
func fetchScheduleList()
-
Undocumented
Declaration
Swift
@IBAction func broadcastButtonPressed(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@IBAction func episodeButtonPressed(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@IBAction func createScheduleButtonPressed()
-
Undocumented
Declaration
Swift
func registerViews()
-
Undocumented
Declaration
Swift
func checkIfToday(ForDateString dateString: String) -> Bool
-
Undocumented
Declaration
Swift
func trackAction(actionName: ActionName)
-
Undocumented
Declaration
Swift
func numberOfSections(in tableView: UITableView) -> Int
-
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, heightForRowAt indexPath: IndexPath) -> CGFloat
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView?
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView?
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
func updateViewOnScheduleBroadcastCount()