JJSaccolo / UIActivityIndicator-for-SDWebImage

The easiest way to add a UIActivityView to your SDWebImage view
MIT License
817 stars 161 forks source link

add prefixes at categories methods #19

Open alphatroya opened 9 years ago

alphatroya commented 9 years ago

Categories methods should have prefixes. SDWebImage authors make sd_ prefix at all their methods and I make this too. I mark old methods as deprecated.

ricsantos commented 9 years ago

This PR should be considered for merging as it improves consistency with SDWebImage. Perhaps don't worry about deprecating the methods though, just replace with the new sd prefixed methods.