After updating the version configureCell closure is called on a background queue. According to the doc it should be called on the main thread.
configureCellBlock has been added in #23. According to the doc it can be called on the main thread or a background queue.
After updating the version
configureCellclosure is called on a background queue. According to the doc it should be called on the main thread.configureCellBlockhas been added in #23. According to the doc it can be called on the main thread or a background queue.