Skip to content

Commit

Permalink
bump 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMisiukevich committed Oct 31, 2019
1 parent 063e2f7 commit efc2b08
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion PanCardView.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CardsView</id>
<version>2.3.5</version>
<version>2.3.6</version>
<title>CardsView</title>
<authors>Andrei Misiukevich</authors>
<owners>Andrei Misiukevich</owners>
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,16 +210,6 @@ https://github.com/AndreiMisiukevich/CardView/tree/master/PanCardView/Processors

## Workarounds

-> If you want to put your cardsView/carouselView INTO scroll view, you should to use *ParentScrollView* instead of Xamarin.Forms.ScrollView. Set *VerticalSwipeThresholdDistance* rahter big value on Android.. otherwise sometimes fast scroll gestures can be interpritated as swipe.

-> If you want to put cardsView/carouselView INTO ListView or INTO any another scrollable view you should follow these steps
1) Create your own class and implement IOrdinateHandlerParentView interface (It's needed only for iOS, but do it into shared project)
2) Create the renderer for this class (For Android)

Check these classes (I implemented it for ParentScrollView. You can use it as example, nothing difficult :))
https://github.com/AndreiMisiukevich/CardView/blob/master/PanCardView/Controls/ParentScrollView.cs
https://github.com/AndreiMisiukevich/CardView/blob/master/PanCardView.Droid/ParentScrollViewRenderer.cs

-> If you want to put your cardsView/carouselView INTO a ```TabbedPage``` on **Android**:
1) Add an event handler for the ``` UserInteraction ``` event
2) On ``` UserInteractionStatus.Started ```: Disable TabbedPage Swipe Scrolling
Expand Down
3 changes: 0 additions & 3 deletions docs/ParentScrollView.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Here you will find detailed documentation on setting up and using the CardsView
* [ArrowControl](ArrowControl.md)
* [IndicatorsControl](IndicatorsControl.md)
* [IndicatorItemView](IndicatorItemView.md)
* [ParentScrollView](ParentScrollView.md)
* [TabsControl](TabsControl.md)
3 changes: 3 additions & 0 deletions docs/TabsControl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### TabsControl

Control which should be used, if you want to build custom "tabbed" screen on CardsView base.

0 comments on commit efc2b08

Please sign in to comment.