devinross / tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework
http://devinross.com/tapku/documentation
MIT License
3.9k stars 653 forks source link

“- (TKCoverflowCoverView *) coverflowView:(TKCoverflowView *)coverflowView coverForIndex:(NSInteger)index” index not right #252

Open luoguoqiang opened 11 years ago

luoguoqiang commented 11 years ago

today, i wan to use TKCoverflowCoverView make Adaptive Cover. But i fail。then i debug the method “- (TKCoverflowCoverView ) coverflowView:(TKCoverflowView )coverflowView coverForIndex:(NSInteger)index”,i found ‘index’ value error。i also test Example。 The same problem occurs again