Skip to content

Commit

Permalink
correct nuget url
Browse files Browse the repository at this point in the history
  • Loading branch information
roubachof authored Nov 18, 2020
1 parent e9ad8f8 commit e3aa9ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Get it from NuGet:

[![Nuget](https://img.shields.io/nuget/v/Sharpnado.HorizontalListView.svg)](https://www.nuget.org/packages/Sharpnado.HorizontalListView)
[![Nuget](https://img.shields.io/nuget/v/Sharpnado.Forms.HorizontalListView.svg)](https://www.nuget.org/packages/Sharpnado.Forms.HorizontalListView)

| Supported platforms |
|----------------------------|
Expand Down Expand Up @@ -544,4 +544,4 @@ The Snap to first item is implemented with a custom ```LinearSnapHelper```. Drag
The iOS renderer is implemented by a ```UICollectionView```.
Padding and item spacing are natively provided by the ```UICollectionViewFlowLayout```.
Snap to Center item is brought by a little trick on ```DecelerationEnded``` callback.
Drag and drop is handled by a ```UILongPressGestureRecognizer``` followed by calls to the ```xxxInteractiveMovementxxx``` methods.
Drag and drop is handled by a ```UILongPressGestureRecognizer``` followed by calls to the ```xxxInteractiveMovementxxx``` methods.

0 comments on commit e3aa9ac

Please sign in to comment.