Hussein Habibi Juybari
Hussein Habibi Juybari
@tarikhs You can use my forked version full support RTL languages https://github.com/Husseinhj/FSCalendar It’s all really support persian, if you want to support arabic i will give you 1 hour
@rehannali yeah dude, it’s support RTL (Persian, Arabic ,...) and LTR (English ,...)
@rehannali @tarikhs I've updated my repo to support Arabic [v2.8.0](https://github.com/Husseinhj/FSCalendar/releases/tag/2.8.0) ---------------------------  --------------------------- 
I did fix this at [commit](https://github.com/Husseinhj/FSCalendar/commit/579b3c6c01d3dc708bab4772db8127b97e69c610) @VidyaRajan7 Use the last version of FSCalendar+Persian` v2.8.1`
@VidyaRajan7 It's really simple, Look at the [example](https://github.com/Husseinhj/FSCalendar/blob/master/Example-Objc/RangePickerViewController.m) and use your locale and calendar except for Persian. Like this : ```objectivec - (void)loadView { UIView *view = [[UIView alloc] initWithFrame:[[UIScreen...
@omarhassansadek Did you use implement FSCalendar delegate method? ```objective-c #pragma mark - FSCalendarDataSource - (NSDate *)minimumDateForCalendar:(FSCalendar *)calendar { return [self.dateFormatter dateFromString:@"2016-07-08"]; } ```
@anjusr Fixed in v2.9.3
@OmarHassan25 Could send me a snippet code or screenshot to see the problem?
I'll fix this during this week. @OmarHassan25
@OmarHassan25 I'll fix it on Saturday when I get back from vacation