EnhancedCircleImageView

Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Installation
Cocoapods
EnhancedCircleImageView is available through CocoaPods.
To install it, simply add the following line to your Podfile:
pod 'EnhancedCircleImageView'
Carthage
If you are not installed Carthage, please install it at first via Homebrew.
$ brew update
$ brew install carthage
Then make Cartfile
like this.
github "saku/EnhancedCircleImageView" ~> 0.1
Now, you can exec carthage update
, install library.
carthage update --platform ios
When you caught Interface Builder
Error
Maybe you will catch error when using EnhancedCircleImageView via carthage.
If you catch below interface builder error, then please check interface builder and UIImageView module.
If it is blank, please enter module name manually.
Error message
2017-12-02 22:28:37.765929+0900 SampleImage[24448:130641877] Unknown class EnhancedCircleImageView in Interface Builder file.
How to fix

Author
Yoichiro Sakurai, saku2saku@gmail.com
License
EnhancedCircleImageView is available under the MIT license. See the LICENSE file for more info.
EnhancedCircleImageView
Example
To run the example project, clone the repo, and run
pod install
from the Example directory first.Installation
Cocoapods
EnhancedCircleImageView is available through CocoaPods.
To install it, simply add the following line to your Podfile:
Carthage
If you are not installed Carthage, please install it at first via Homebrew.
Then make
Cartfile
like this.Now, you can exec
carthage update
, install library.When you caught
Interface Builder
ErrorMaybe you will catch error when using EnhancedCircleImageView via carthage.
If you catch below interface builder error, then please check interface builder and UIImageView module.
If it is blank, please enter module name manually.
Error message
How to fix
Author
Yoichiro Sakurai, saku2saku@gmail.com
License
EnhancedCircleImageView is available under the MIT license. See the LICENSE file for more info.