jakemarsh / JMStaticContentTableViewController

A subclass-able way to cleanly and neatly implement a table view controller much like those in Settings.app, with nice-looking fields to collect or display information, all using a simple and convienent block-based syntax.

Home Page:http://deallocatedobjects.com/posts/create-static-content-screens-with-jmstaticcontenttableviewcontroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Block executed twice in for...loop

ormast opened this issue · comments

commented

Hi Jake,

I'm using your wonderful work in my project and have some issue (question).
In wi-fi , _foundNetworks method you have "for loop" for inserting new cells.
I've noticed that block executed twice for one full loop. That mean, the network names generated twice (when using debug log within a block). Why so? Shouldn't it be one time per loop?
Thank you for help.