this post was submitted on 27 Nov 2023
4 points (100.0% liked)
Lemma - An iOS Lemmy client
386 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nice spot! I just tested it and it seems that this is only the case in light mode, all the other themes in dark mode should have active states.
I’ll double check the themes to see if I misconfigured something in the light mode themes. Can you confirm that you do have active states with dark mode turned on? (:
True, works fine in dark mode. Other iOS apps seem to have a little bit of a delay before showing the active state, while it seems to be instant here. Did you customize this somehow?
Good to know, thanks for checking out dark mode!
Lemma is written in React Native, which doesn’t have all the native iOS elements out of the box. Therefore I have written most of the iOS elements from scratch. I think for the most part it looks really similar to the native iOS UI, but some details (like these) are harder to get right.