bitstadium / HockeySDK-iOS

HockeyApp was retired and the SDKs are deprecated. Please use App Center instead.
https://github.com/microsoft/appcenter-sdk-apple
Other
597 stars 268 forks source link

Use fixes from https://github.com/bitstadium/HockeySDK-iOS/pull/417 a… #428

Closed ElektrojungeAtWork closed 7 years ago

ElektrojungeAtWork commented 7 years ago

…nd trigger reload of content in tableview to fix UI glitch

ElektrojungeAtWork commented 7 years ago

417 fixes the issue but introduces a small UI glitch – setNeedsDisplay on th UITableViewCell does not cause the table view to update. Adding a reload fixes it.