Hi,
So, I'm working on an app in which I have an array that contains 5000 custom objects. Each of those custom objects contains 5 strings, a bool, and some ints. I use a loop to populate this data upon app load. If I add a NSLog right after I populate, the strings contain what they're supposed to. When I present the data on a table view, many of the strings are now null. The strings are actually populated while the table view is already on screen, with a loading icon. When I say "many of the strings", some of them are fine, and this only affects a certain string in each object out of the 5. The app worked perfectly fine a week ago, and I already reverted to my last git commit, but issue still appears. Is this a bug with iOS?
Thanks,
ahan.tm
So, I'm working on an app in which I have an array that contains 5000 custom objects. Each of those custom objects contains 5 strings, a bool, and some ints. I use a loop to populate this data upon app load. If I add a NSLog right after I populate, the strings contain what they're supposed to. When I present the data on a table view, many of the strings are now null. The strings are actually populated while the table view is already on screen, with a loading icon. When I say "many of the strings", some of them are fine, and this only affects a certain string in each object out of the 5. The app worked perfectly fine a week ago, and I already reverted to my last git commit, but issue still appears. Is this a bug with iOS?
Thanks,
ahan.tm