Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[iOS] Fix issue with SwipeView and grouped ListView with scroll #11055

Merged
merged 3 commits into from
Jul 2, 2020

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

Fixed issue with SwipeView and grouped ListView with scroll.

Issues Resolved

API Changes

None

Platforms Affected

  • iOS

Behavioral/Visual Changes

None

Before/After Screenshots

fix10908

Testing Procedure

Launch Core Gallery and navigate to the issue 10908. Scroll multiple times and open and close the SwipeView. If it always works correctly, the test has passed.

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@samhouts samhouts added this to In Review in 4.7.0 Jun 20, 2020
@samhouts samhouts added this to In Review in SwipeView Jun 29, 2020
fruitGroup.Add(new Issue10908Model() { Name = "strawberry", IsReallyAVeggie = false, Comment = "spring plant" });
fruitGroup.Add(new Issue10908Model() { Name = "cherry", IsReallyAVeggie = false, Comment = "topper for icecream" });

veggie1Group.Add(new Issue10908Model() { Name = "celery", IsReallyAVeggie = true, Comment = "try ants on a log" });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gross

@samhouts samhouts added the approved Has two approvals, no pending reviews, and no changes requested label Jun 30, 2020
@samhouts samhouts merged commit c68071a into 4.7.0 Jul 2, 2020
SwipeView automation moved this from In Review to Done Jul 2, 2020
4.7.0 automation moved this from In Review to Done Jul 2, 2020
@samhouts samhouts deleted the fix-10908 branch July 2, 2020 17:12
@samhouts samhouts modified the milestones: 4.8.0, 4.7.0 Jul 14, 2020
@samhouts samhouts removed this from Done in SwipeView Aug 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/listview Problems with the ListView/TableView a/swipeview approved Has two approvals, no pending reviews, and no changes requested p/iOS 🍎 t/bug 🐛
Projects
No open projects
4.7.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants