-
Notifications
You must be signed in to change notification settings - Fork 25
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
Event titles in UITableView #23
Comments
Hi Chris, I'm also getting this issue - the events are created on different dates correctly but the titles and other information seem to copy across.. on closer inspection placing a onclick "event:clicked" reveals that the data is actually stored correctly though, so it seems to be more of a UI issue. also thanking you for an outstanding module! |
I got the same result, but don't have time to fix it just yet. I'll have a look later today. |
Had a hard time figuring out this one. Try it out and let me know how it goes. |
Brilliant, works perfectly now. I also tried to look under the hood on this but couldn't find the issue. |
Chris, excellent work. It works with added events properly now. I'm sorry to bother you more, but just missing to fix it when deleting with "swipe-to-delete". Using the same example, if you delete a second event added, the first event dissapears in tableview. Only reloading or clicking on next/previous month, events appear in tableview updated correctly. Thank you so much for the hard work. |
Looking into it.. :-) thanks for testing guys. |
Hmm, im not able to reproduce this one. Provide me with some sample code, and I'll fix it asap |
Hi Chris, see sample code: And a video example (I'll delete it at the end): |
Nice job, let it stay for a while so I can have a look when im finished at work. |
Hi Chris, Thanks a lot. |
I'll see what I can do this weekend. Quite busy atm. |
Fixed in release 2.0 |
Hi Chris,
Since v1.2.5 (v1.2.6 included) I’ve noticed that clicking on different events added previously they are displayed in UITableView with the same title without refreshing correctly. For example, if I add a new event titled "First Event" and then another event titled "Second Event", when you click on these dates both events appear with the same title "Second Event" in TableView. I've tested on iOS 5 and 6 with CoreData datasource and this doesn't happen in previous versions (v1.2.3). In addition, I've verified that this happens with the example provided in the module. The events are added properly and their data is returned correctly in "event:clicked" eventlistener too, but their titles in UITableView are not updated.
Thank you so much for the active support to this module!
The text was updated successfully, but these errors were encountered: