Note that there are some explanatory texts on larger screens.

plurals
  1. USmar-schmidt
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. CO@Mar0ux maybe so :) thanks for your help. Next text is for others willing to help. Listen to this, if I set channel to `nil` at the end of `cellForRowAtIndexPath`. Reference to `channel` gets removed and eventually nothing will be displayed in my table. But when I then run the `- (void)updateDeparturesFromActionSheet` method, the blocks are working and `channel` eventually gets populated in `fetchEntries` block, and next step is to reloadData of table, then `cellForRowAtIndexPath` never gets called this time, as wierd as it sound but it seems because reference to old `channel` is gone. Why? :)
      singulars
    2. CO@Mar0ux actually it seems that my **channel** object always gets updated with new data from blocks **obj** `0x08960710`. But cellForRowAtIndexPath seems to work with the old channel `0x089653d0`. I've tried to clear old channel but tableView seems to hold on to it with iron hands
      singulars
    3. CO@Mar0ux The property of channel is: `@property (nonatomic, strong) RSSChannel *channel;` **obj** initially memory space is `0x089653d0`. Channel gets `0x089653d0` and tableView starts to fetch and display its _items_. But when `-(void)fetchSite` is triggered from `-(void)updateDeparturesFromActionSheet` and eventually `-(void)fetchEntries` block is received, **obj** gets new memory space and includes correct New data `obj RSSChannel * 0x08960710`. How ever my breakpoint inside of cellForRowAtIndexPath displays my channel as the old one `channel RSSChannel * 0x089653d0` with old data in it.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload