Vladimir Lyukov

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
3pods
Workaround to enable animating UIWebView height. If you try to animate UIWebView.frame via standart [UIView animateWithDuration:animations]
, no animation will occur, webView's content will immediately jump to it's final frame.
This library tries to fix this issue by animating webView content size via JavaScript, then changing webView.frame after JS animation finished.
License: MIT
An UICollectionView subclass specialized on displaying multicolumn tables or spreadsheets.
License: MIT