ml-opensource / ml-opensource/FZAccordionTableView
ios 15 calculates sectionForHeaderView wrong
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 159
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
FZAccordionTableView.sectionForHeaderView method works wrong for first header. Somehow, [self rectForHeaderInSection:middleSection] in sectionForHeaderView returns a minor floating origin.y for first section. so, when user taps on first header, sectionForHeaderView returns NotFound, and it crashes in app in next line
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with FZAccordionTableView.sectionForHeaderView and reproduce the first-header tap on iOS 15. Inspect how rectForHeaderInSection:middleSection produces the first section's origin.y, then verify that the method no longer returns NotFound or crashes when the first header is tapped.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- objective-c
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100