KDCalender not shows event available in date for showing under dot.

Solution:

First must check that if data source is done in that calenderView then only it will works..Like below..

    @IBOutlet weak var calenderNew: CalendarView!

    override func viewDidLoad() {

        super.viewDidLoad()

        calenderNew.delegate = self

        calenderNew.dataSource = self


}

Comments

Popular posts from this blog

store cgpoint in userdefaults iOS swift

Invalid bundle error while upload the app to the app Store