To run the example project, clone the repo, and run pod install
from the Example directory first.
EnhancedCircleImageView is available through CocoaPods.
To install it, simply add the following line to your Podfile:
pod 'EnhancedCircleImageView'
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
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.
Yoichiro Sakurai, saku2saku@gmail.com
EnhancedCircleImageView is available under the MIT license. See the LICENSE file for more info.