修改在View中现实,设置isEndLess无动画的问题#5
Open
Chengran888 wants to merge 1 commit into
Open
Conversation
Owner
|
你这个基本就是直接把cell那边设置 isEndLess的代码搬过来了啊,我当时View这边没写这些代码也是有道理的,因为会有不规则的跳动,并且view是支持任意大小适配的,如果把View的大小设置成原来的1/4大,跳动更加乱,我这边留着准备以后用其他的方法实现无尽动画。 |
Author
|
嗯嗯,因为昨天项目中用了您这个,需要实现View中的无尽动画,昨天加了后,大小还是原来,但是动画确实有点跳动,我就没看了,以为你可能是忘了谢了。哈哈,谢谢啊。
|
Owner
|
项目中用到了 哈哈不错,过几天会把这个整到cocoapods上去。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tableView 中isEndLess效果正常,在View中显示有问题。动画效果更给力!你很牛逼啊。