无标题文章

[toc]




markdown

234

dljf

123

|123|456|234|
|234|dlfj|dljf|

- (void)calendar:(FSCalendar *)calendar boundingRectWillChange:(CGRect)bounds animated:(BOOL)animated
{
    DSLog(@"%f",bounds.size.height);
    [calendar mas_updateConstraints:^(MASConstraintMaker *make) {
        make.height.equalTo(@(bounds.size.height));
    }];
    [self.view layoutIfNeeded];
}
无标题文章_第1张图片
IMG_2604_.jpg

你可能感兴趣的:(无标题文章)