peterhoucll
peterhoucll
如题,App 启动时显示正常,但屏幕旋转后就显示混乱了。 安装: pod 'FSCalendar', '2.8.2' 设备:iPad Air 4th generation iOS: 11.0 Xcode:13.2.1 代码如下: ``` import UIKit import SnapKit class ViewController: UIViewController { private var calendarView = FSCalendar.init(frame: .zero) override...
As the title. Please check the attached examples, thank you. 
I want to put a separator line at the top of the footer before the body of the footer. but the divider is not at the top, but at the...