Using iOS 26's new sectionIndexLabel/listSectionIndexVisibility for a list of child features #3767
Unanswered
ryanbooker
asked this question in
Q&A
Replies: 1 comment
-
I just had luck with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sure I'm just holding it wrong, but I'm trying to set up a
ListFeature
with childRowFeatures
, where the rows have been chunked into alphabetised sections and are being displayed with the newsectionIndexLabel
/listSectionIndexVisibility
stuff in iOS 26.I have the feature working with just a straight list, but I'm struggling with the section indexed list. So far I've only had success using the deprecated store scoping that uses closures rather than key paths.
Has anyone done this? Am I going to need a redundant
SectionFeature
in the middle perhaps?At the moment the reducer state is a raw list of row features.
Any help much appreciated. If none of that made sense, I'll post some cut down code later.
Beta Was this translation helpful? Give feedback.
All reactions