I\'m using SDWebView image and i want to show an Activity Indicator as placeholder, while fetching the image from remote.
I tried Malek\'s answer here How to show an act
Solution updated for Swift 2.0 for using SDWebImage to load image URL
imageView.setShowActivityIndicatorView(true) imageView.setIndicatorStyle(.White)