An open API service indexing awesome lists of open source software.

https://github.com/gavinning/coverimageview

滚动缩放封面图
https://github.com/gavinning/coverimageview

Last synced: 10 months ago
JSON representation

滚动缩放封面图

Awesome Lists containing this project

README

          

CoverImageView
---
滚动缩放封面图

## Install
```
复制Source目录下文件到工程
```

## Usage
```swift
// @cover 封面图路径
let cover = CoverImageView(cover: "cover", frame: view.frame)
view.addSubview(cover)
```