Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Rethink MXKImageView: Improve performance and make it more specific #445

Open
SBiOSoftWhare opened this issue Jun 28, 2018 · 0 comments
Open

Comments

@SBiOSoftWhare
Copy link
Contributor

MXKImageView is used for many cases, from displaying image in full screen to display read receipts avatars.
For example UIScrollView allocation in �initLayout method� is time consuming and not needed for most cases like avatar display.
I/O operations and network calls are also made on main thread.
Those issues slow down UI.

We should at least:

  • Perform I/O operations and network calls in background
  • Use a separate viewer for displaying images in full screen
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant