UI blocking in the issues list

Issue #38 resolved
Daniel Tull repo owner created an issue

When a network request runs, something is blocking the UI.

Comments (2)

  1. Daniel Tull reporter

    This is caused by reloading the table cells and causing auto-layout to relayout the the view. For a running time of about 4s for the context change, around 2.5s is spent in the auto-layout engine.

  2. Log in to comment