Closed BenBeng closed 5 years ago
Hi @BenBeng
Thanks for your bug report 🙌
I've just created an Feature Branch ipad-layout
which will be used to improve the WhatsNewKit layout in general and in especially for the iPad.
Feel free to open a PR on this Branch.
I was running the demo on iPad Pro 11 simulator(iOS 12), and the detail button was missing when iPad was in landscape, and split mode.
Also, I found the items view was too left, and the completion button was too long when using on iPad in landscape. Maybe you can give an option to use
tableView.cellLayoutMarginsFollowReadableWidth = true
and some other layout change to make it more readable on iPad.