問題タブ [fscalendar]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - スコープを月に切り替えると FSCalendar コンテンツが押しつぶされる
下部のアンカーに制限されているビューがある場合、スコープを週から月に切り替えると、FSCalendar のコンテンツが縮小します。
これは、正確に何が起こっているかを示す簡単な gif です。
この時点ですべてを試しました。calendar.setScope()
の代わりに を使用し、 calendar.scope =
、 に制約attachedToCalendarView.topAnchor
しcalendar.bottomAnchor
calendar.contentView.bottomAnchor
、スコープが週であるか月であるかに応じて、 の制約をオンまたはオフにしますcalendar.daysContainer.bottomAnchor
。attachedToCalendarView
他に何を試すべきかわからない。コードは次のとおりです。
}