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

https://github.com/mikaoj/bsimageview

An image view that can animate content mode changes
https://github.com/mikaoj/bsimageview

animate animation contentmode swift uiimageview

Last synced: 28 days ago
JSON representation

An image view that can animate content mode changes

Awesome Lists containing this project

README

        

# BSImageView
BSImageView is an image view which lets you animate contentMode changes.

![demo](https://github.com/mikaoj/demo/blob/master/ezgif-2-12b4be73cd.gif "Demo")

## Usage

```swift
import BSImageView
...

let imageView: BSImageView = ...
...

UIView.animate(withDuration: 0.3) {
imageView.contentMode = .scaleAspectFill // Or whichever contentMode you want to animate to.
}
```

## Author

Joakim Gyllström, [email protected]

## License

BSImageView is available under the MIT license. See the LICENSE file for more info.