Rajesh Loganathan

Results 4 comments of Rajesh Loganathan

@ctvbds Due to time concern i used another library to complete my project.

@danvernon : JTCalender (https://github.com/jonathantribouharet/JTCalendar)

Here is the example project for ios sqlite in swift language. I just created a wrapper class to make simplify the implementation with easy understanding. Source Code: https://github.com/svmrajesh/SwiftSqlite.git

**Swift :** Set your **timezone** and **localisation** while initialise calendar. ``` calendarManager = JTCalendarManager.init(locale: Locale(identifier: "en"), andTimeZone: TimeZone.current) calendarManager!.delegate = self calendarManager!.settings.weekDayFormat = .single; calendarManager!.reload() ```