一个小的demo,很好用
HotelCalendarViewController *cvc=[[HotelCalendarViewController alloc] init];
UIColor *color = [UIColor blackColor];
cvc.view.backgroundColor = [color colorWithAlphaComponent:0.5];
cvc.modalPresentationStyle = UIModalPresentationOverCurrentContext;
HotelCalendarViewCont