-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.ignoreFirstSeparator and renderer customizations ignored on reloadData() #5
Comments
Hi @fahlout, sorry that it took that long! I've been working on that issue and fixed it. If you've any recommendations, i'll be glad to work on that. Best! |
@EMart86 I just updated your library through cocoa pods for my project and am unfortunately still experiencing the same issue. Maybe I'm setting it up wrong. Could you send me some code as to how to set it up so I can compare with my code? In my code this is how I'm setting it up:
|
Your code runs perfectly fine in the example project i've provided with this pod. Are you supporting iOS 9 within your app? I've had struggles with ios 9 thats why i dropped it, but with the latest version 1.4.3 i'm supporting it again. Pls let me know if it helped. Best |
I think I got it figured out now. I'm only supporting 10.2 or above so that wasn't the issue, but rather the way I coded the reloading part was not correct. The setup code above worked, but once I reloaded things were not working correctly. The modifications I had to make were to add
|
Hi, you actually don't need to resetup the whole ticker view. I've looked up in my sample project at https://github.com/EMart86/SwiftTickerView/blob/master/Example/SwiftTickerView/ViewController.swift at line number 62.
This is all i do, when reloading the content |
hello I am facing issue is that when I passing array first time there is no gap and after navigating from one screen to another and came back again. |
@ChetanPote93 Could you please provide my your setup code? |
After calling
reloadData()
the initial customizations I have made like.ignoreFirstSeparator
seem to be ignored as it shows the first separator again after reload. Same happens when adding customization to the renderer.The text was updated successfully, but these errors were encountered: