HOWIE-CH

Results 4 issues of HOWIE-CH

The code: ``` - (UIInterfaceOrientationMask)supportedInterfaceOrientations { return [self.contentViewController supportedInterfaceOrientations]; } ```

问题描述及步骤: 1.在 PGDatePicker-2.6.9 的 demo 年月日的代码中设置最小日期 NSDateFormatter *dateFormatter = [[NSDateFormatter alloc]init]; dateFormatter.dateFormat = @"yyyy-MM-dd"; datePicker.minimumDate = [dateFormatter dateFromString: @"2021-03-31"]; 2.日期选择器中仅滑动月份选择3月份,然后点击确定,查看打印出的日期月份是3月份,天数还是今天的,不是31

如题,比如根据接口返回的数据去动态展示某一子级的菜单内容