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

https://github.com/zhujiaming/xuiimagepreviewer

使用swift实现的iOS端图片预览工具
https://github.com/zhujiaming/xuiimagepreviewer

ios photos swfit xcode

Last synced: 12 months ago
JSON representation

使用swift实现的iOS端图片预览工具

Awesome Lists containing this project

README

          

### XUIImagePreviewer

使用swift实现的iOS端图片预览工具

### Main Class

`UIImagePreviewController`

Params:
- `imageArray` : UIImage Array
- `position` : the location of the first image to be displayed
- `bgColor` : page background color

### Usage

```swift
self?.navigationController?.pushViewController(UIImagePreviewController(imageArray: targets, bgColor: .black), animated: true)
```

### SnapShot

drawing

### Else

[过程与问题记录](./%E8%BF%87%E7%A8%8B%E4%B8%8E%E9%97%AE%E9%A2%98%E8%AE%B0%E5%BD%95.md)