Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the RangeCalendarViewController instead of SimpleCalender #99

Open
RB-King opened this issue Apr 30, 2017 · 0 comments
Open

Set the RangeCalendarViewController instead of SimpleCalender #99

RB-King opened this issue Apr 30, 2017 · 0 comments

Comments

@RB-King
Copy link

RB-King commented Apr 30, 2017

Hello,
I know this is good demo and good example code. But in my issue,
In My ios App that developed By Other Developer and set the SimpleCalender.
But Now i want to set the RangeCalendar instead of the SimpleCalender.
But, I don't know how to do this...
Other Developer Code is Like,

DatePickerViewController.h file,

@interface DatePickerViewController : PDTSimpleCalendarViewController{
}
DatePickerViewController is simple view controller.

And in DatePickerViewController.m File,

  • (void)viewDidLoad {
    [super viewDidLoad];

    [self setDelegate:self];
    self.weekdayHeaderEnabled = YES;
    self.weekdayTextType = PDTSimpleCalendarViewWeekdayTextTypeShort;
    [[PDTSimpleCalendarViewCell appearance] setCircleSelectedColor:[UIColor defaultColor]];
    [[PDTSimpleCalendarViewHeader appearance] setTextColor:[UIColor defaultColor]];
    }
    So, Please Guide me and Help me where i set and where i change in code For set RangeCalendar ?

Thank s in advance.
@archfear @craigmcc @tirsen @tewha @philvarner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant