SSDaysCell
class SSDaysCell : UICollectionViewCell
Days Cell
-
Undocumented
Declaration
Swift
@IBOutlet weak var lblName: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var viewContent: UIView!
-
Undocumented
Declaration
Swift
var monthIndexPath: IndexPath!
-
Undocumented
Declaration
Swift
var currentMonth: Int!
-
Undocumented
Declaration
Swift
var currentYear: Int!
-
Undocumented
Declaration
Swift
var configuration: SSCalendarConfiguration
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
override func draw(_ rect: CGRect)
-
Undocumented
Declaration
Swift
fileprivate func setupContentView()
-
Undocumented
Declaration
Swift
fileprivate func initialSetup()
-
Undocumented
Declaration
Swift
fileprivate func setUpTodayLabel(model: SSCalendarDay)
-
Undocumented
Declaration
Swift
fileprivate func setUpViews(model: SSCalendarDay)
-
Undocumented
Declaration
Swift
fileprivate func manageSelectionColor(model: SSCalendarDay)
-
Configure Cell
Declaration
Swift
func configureCell(model: SSCalendarDay, config: SSCalendarConfiguration)
Parameters
model
Days Model
-
Undocumented
Declaration
Swift
fileprivate func getDate(model: SSCalendarDay) -> Date?