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

Invalid bundle error while upload the app to the app Store

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift