davidsansome / tsurukame

Tsurukame is an unofficial WaniKani app for iOS. It helps you learn Japanese Kanji.
https://tsurukame.app
Apache License 2.0
249 stars 58 forks source link

Bugfix: Fix lesson picker section text bleeding into nav bar #711

Closed Deadpikle closed 2 months ago

Deadpikle commented 2 months ago

Finally figured out the difference between this and the UpcomingReviewsViewController: some properties on the table view sizing. Lesson picker now looks correct:

Simulator Screenshot - iPhone SE (3rd generation) - 2024-05-05 at 12 07 28

The removal of the model.addSection() in the lesson picker is not necessary for the fix; it just makes the UI look a little nicer.

Fixes #707