https://github.com/gavinning/coverimageview
滚动缩放封面图
https://github.com/gavinning/coverimageview
Last synced: 10 months ago
JSON representation
滚动缩放封面图
- Host: GitHub
- URL: https://github.com/gavinning/coverimageview
- Owner: gavinning
- Created: 2018-03-23T10:33:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T10:34:09.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T12:46:44.187Z (12 months ago)
- Language: Swift
- Size: 606 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
CoverImageView
---
滚动缩放封面图
## Install
```
复制Source目录下文件到工程
```
## Usage
```swift
// @cover 封面图路径
let cover = CoverImageView(cover: "cover", frame: view.frame)
view.addSubview(cover)
```