instructure / CKRefreshControl

A pull-to-refresh view for iOS 5, 100% API-compatible with UIRefreshControl in iOS 6
MIT License
292 stars 57 forks source link

Resolution to /issues/15 #16

Closed eric-robinson closed 11 years ago

eric-robinson commented 11 years ago

Don't apply a content inset animation when there is no change, fixing rendering issue with UITableView section indexes.

bjhomer commented 11 years ago

Technically, it's the content inset that we don't need to apply, not the content offset. But commit message squabbles aside, it's a good change. Thanks!

For the sake of making Instructure's legal counsel happy, @eric-robinson, can you just confirm that you're aware this contribution will be distributed under the terms of the MIT license, as found in the LICENCE.txt file in the root of this repository? (I know it's a silly requirement, but they asked me to do it, so I'm doing it.)

eric-robinson commented 11 years ago

Ah, inset, of course.

As for MIT License: yeah, whatever you need.

johnhaitas commented 11 years ago

@eric-robinson nice work - clean fix