SWGoLiveBrodcastView
class SWGoLiveBrodcastView : UIView
Undocumented
-
Undocumented
Declaration
Swift
var view: UIView!
-
Undocumented
Declaration
Swift
var goLiveModelController: SWGoLiveVCModelController
-
Undocumented
Declaration
Swift
@IBOutlet weak var showsDropDownView: SWShowDropDown!
-
Undocumented
Declaration
Swift
@IBOutlet weak var broadcastAndScheduleCardView: SWBroadcastCardView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var locationAndSocialView: SWLocationAndSocialView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var scheduleButtonView: SWScheduleButtonView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var broadcastButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var title: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var pageControl: UIPageControl!
-
Undocumented
Declaration
Swift
@IBOutlet weak var baseStackView: UIStackView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var baseStackViewCenterYConstrain: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var broadcastCardHeightConstrain: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var baseStackViewTopConstrain: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var recordNowButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var safeAreaAdjustConstrain: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var coachMarkView: UIView!
-
Undocumented
Declaration
Swift
var progressCircle: CAShapeLayer
-
Undocumented
Declaration
Swift
var retryPublishCount: Int
-
Undocumented
Declaration
Swift
let filterArray: [String]
-
Undocumented
Declaration
Swift
weak var goliveActionsDelegate: SWGoLiveActionsProtocol? { get set }
-
Undocumented
Declaration
Swift
weak var broadcastDelegate: SWGoLiveBrodcastViewProtocol?
-
Undocumented
Declaration
Swift
weak var scheduleDelegate: SWGoLiveScheduleViewProtocol?
-
Undocumented
Declaration
Swift
var image: UIImage? { get set }
-
Undocumented
Declaration
Swift
var cardState: CardState { get set }
-
Undocumented
Declaration
Swift
var streamData: SWStream? { get set }
-
Undocumented
Declaration
Swift
var visibleDropDownIndex: Int { get set }
-
Undocumented
Declaration
Swift
var setCardTitle: String? { get set }
-
Undocumented
Declaration
Swift
var setCardNote: String? { get set }
-
Undocumented
Declaration
Swift
var videoQuality: BroadcastQualityType
-
Undocumented
Declaration
Swift
init(goliveActionsDelegate: SWGoLiveActionsProtocol?)
-
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
See moreDeclaration
Swift
func setUpView()
-
Undocumented
Declaration
Swift
func setShowDropDown()
-
Undocumented
Declaration
Swift
func fetchShows(_ completionHandler: ((Bool)->Void)? = nil)
-
Undocumented
Declaration
Swift
@objc func showCreated()
-
Undocumented
Declaration
Swift
func fillStreamData()
-
Undocumented
Declaration
Swift
func setShowIdForBroadcast()
-
Undocumented
Declaration
Swift
func getBroadcastCardDetails() -> SWGoliveBroadcastCardDetails?
-
Undocumented
Declaration
Swift
@IBAction func broadcastButtonPressed(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@IBAction func recordNowButtonPressed(_ sender: Any)
-
Undocumented
Declaration
Swift
func startDeferredBroadcast(_cardDetails: SWGoliveBroadcastCardDetails)
-
Undocumented
Declaration
Swift
@objc func longPress(_ sender: UIGestureRecognizer)
-
Undocumented
Declaration
Swift
fileprivate func drawBezierWithStrokeColor(_ color: CGColor, startAngle: CGFloat, endAngle: CGFloat, animated: Bool)
-
Undocumented
Declaration
Swift
fileprivate func bezierPathWithStartAngle(_ startAngle: CGFloat, endAngle: CGFloat) -> UIBezierPath
-
Undocumented
Declaration
Swift
@objc func openQuickLive()
-
Undocumented
Declaration
Swift
func openDatePickerVC()
-
Undocumented
Declaration
Swift
func startBroadCastFromSchedule(isSchedule: Bool, scheduleTime: Double)
-
Undocumented
Declaration
Swift
func goLiveFromSchedule(isSchedule: Bool, scheduleTime: Date?)
-
Undocumented
Declaration
Swift
func editScheduleBroadcast(scheduleTime: Date)
-
Undocumented
Declaration
Swift
func publishQuickLiveBroadcast()
-
Undocumented
Declaration
Swift
func openPopOverVC(type: AccountType)
-
Undocumented
Declaration
Swift
func startUserLocationPermissionFlow()
-
Undocumented
Declaration
Swift
func openShowEpisodeVC()
-
Undocumented
Declaration
Swift
func enableRecordButton(status: Bool)
-
Undocumented
Declaration
Swift
func updateDropDownView(index: Int)
-
Undocumented
Declaration
Swift
func updateTitle(_ index: Int)
-
Undocumented
Declaration
Swift
func openTitleOrPresentationVC(isTitleView: Bool)
-
Undocumented
Declaration
Swift
func emptyCardButtonTapped()
-
Undocumented
Declaration
Swift
func zoomIn(duration: TimeInterval = 0.2, to scaleFactor : CGFloat = 1.3)
-
Undocumented
Declaration
Swift
func zoomOut(duration: TimeInterval = 0.2, from scalefactor:CGFloat = 1.3)
-
Undocumented
Declaration
Swift
func animationDidStop(_ anim: CAAnimation, finished flag: Bool)