-
Notifications
You must be signed in to change notification settings - Fork 21
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
how can i use this in a UITableView? #2
Comments
Without seeing what you are doing it's hard to say. I'd suspect that this is something to do with your cells being reused and not setting up the button when the cell is being displayed. Also, are you using the block-based or delegate-based API? If you are using the delegate and don't have a way to track which button is being sent to you, you might be actually updating the wrong button. |
sorry, That's my code. I want to add 2 UILabel and 1 JNJProgressButton. And when i click JNJButton i will start a file download.
|
Hi, I want to use this class in an UITableView. I am creating JNJProgressButton programmatically and adding my UITableViewCell. But when i touch 1st button, 1st progress is shown but 8th progress is shown too. when I scroll down i show a lot of progress view. What i am doing wrong?
The text was updated successfully, but these errors were encountered: