Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
Added shields for code
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Nov 6, 2019
1 parent 494e09f commit 81ccf5c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
@@ -1,7 +1,16 @@
# CircularScroller
### Efficient and Lightweight endless UIScrollView implementation in Swift
Efficient and Lightweight endless UIScrollView implementation in Swift

#### Introduction

[![Version](https://img.shields.io/cocoapods/v/CircularScroller.svg?style=flat)](http://cocoadocs.org/docsets/CircularScroller)
[![Platform](https://img.shields.io/cocoapods/p/CircularScroller.svg?style=flat)](http://cocoadocs.org/docsets/CircularScroller)
[![License](https://img.shields.io/cocoapods/l/CircularScroller.svg?style=flat)](http://cocoadocs.org/docsets/CircularScroller)
[![danielemargutti.com](https://img.shields.io/badge/HomePage-danielemargutti.com-brightgreen)
](https://www.danielemargutti.com)
[![Twitter Follow](https://img.shields.io/twitter/follow/danielemargutti?label=Follow%20Me&style=social)](https://twitter.com/danielemargutti)


### Introduction

CircularScroller is a very lightweight (less than 400LoC) and memory efficient implementation of an endless/circular UIScrollView for iOS.
It's written in pure Swift with Auto-Layout in mind.
Expand Down

0 comments on commit 81ccf5c

Please sign in to comment.