this post was submitted on 27 Nov 2023
4 points (100.0% liked)

Lemma - An iOS Lemmy client

370 readers
1 users here now

founded 1 year ago
MODERATORS
 

Normally, list items have an active state when they are being tapped (example from Mlem):

Lemma doesn't seem to have any special state for an active list item. This can make it seem like one didn't actually touch the item, it feels kind of weird to use.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 8 months ago

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.