addArrangedSubview逻辑错误
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- ios, objective-c
- Domain
- mobile
Research direction
Locate the Objective-C implementation of addArrangedSubview in FDStackView and compare its behavior with the iOS system method described in the issue. Reproduce the four-view example and verify that adding view2yellow again moves it to the end, while preserving the existing behavior for other arranged subviews.
Written by the indexing model from the issue text.
Description
stackView依次有4个arrangedSubview:view1red,view2yellow,view3green,view4orange
在系统方法中再次调用[stackView addArrangedSubview:view2yellow];view2yellow会被移动到最后面,view顺序变成view1red,view3green,view4orange,view2yellow
但是在iOS8 FDStackView中view2yellow的位置不会变动。
- Dominant language
- Objective-C
- Stars
- 2.5k
- Forks
- 310
- PR merge metrics
- No merged PRs in 30d
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.
More from forkingdog/FDStackView
-
b52clubmba Open
Difficulty 5/5 Over a week Newbie friendliness 5/100
forkingdog/FDStackView#54 ·
-
iOS11新增功能提供 Open
Difficulty 3/5 1-2 days Newbie friendliness 45/100
forkingdog/FDStackView#53 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 15/100
forkingdog/FDStackView#51 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 20/100
forkingdog/FDStackView#50 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
forkingdog/FDStackView#49 ·
All issues in forkingdog/FDStackView
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
noah-nuebling/mac-mouse-fix#2054 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
obsproject/obs-studio#13918 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HigherOrderCO/Bend#842 · 2 comments ·