Tickmate-iOS
Tickmate-iOS copied to clipboard
Replace PageView with PageTabViewStyle
iOS 14.5 seems to have fixed the issues with PageTabViewStyle, so PageView can be replaced with that. I don't know if there's any specific benefit to it, but it could be done. Low priority issue.
This would make #75 more difficult. We likely don't need this anymore as laggy swiping has been resolved in f7711aa2aa063f74c441e3e0f0b2abf5dc9fed00 and keeping our own paging system gives more flexibility for stuff like #75.
Current plan is to replace with implementation from vertical-scroll
(#79).