This application is modifying th
2019-02-28 本文已影响1人
叶舞清风


dispatch_async(dispatch_get_main_queue(), ^{
// Some UIKit call that had timing issues but works fine
// in the next runloop.
[self createHeaderCellUI];
});
dispatch_async(dispatch_get_main_queue(), ^{
// Some UIKit call that had timing issues but works fine
// in the next runloop.
[self createHeaderCellUI];
});