MonthOverlayView
class MonthOverlayView : UIView, UITableViewDataSource, UITableViewDelegate
Month overlay view
-
Undocumented
Declaration
Swift
var dates: CalendarDates? { get set } -
Undocumented
Declaration
Swift
private var didLoad: Bool -
Undocumented
Declaration
Swift
private let tableView: UITableView -
Undocumented
Declaration
Swift
var rowHeight: CGFloat -
Undocumented
Declaration
Swift
func setContentOffset(_ contentOffset: CGPoint) -
Undocumented
Declaration
Swift
override func didMoveToSuperview() -
Undocumented
Declaration
Swift
func loadView()
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
MonthOverlayView Class Reference