4 "summary": "ScrollTo is a little extension to scroll through the scroll view until the given view is at a particular location on the screen.",
5 "description": "ScrollTo is a little UIScrollView and UIView extension that enables to scroll through the scroll view until the given view is at a particular location on the screen. It doesn't matter if given view is in a complicated hiearchy. ScrollTo calculates the position of the view according to scroll view coordinate. It basically mimicks the behaviour of the scrollToRow(at:at:animated:) method of UITableView.",
6 "homepage": "https://github.com/yagiz/ScrollTo",
12 "Yagiz": "yagizgurgul@gmail.com"
15 "git": "https://github.com/yagiz/ScrollTo.git",
21 "source_files": "ScrollTo/ScrollTo.swift",
22 "pushed_with_swift_version": "3.0"