Memory consumption can quickly increase if you load many images from the disk using UIImage. You’ll generally load images from a remote address or via an asset catalog. However, you have bundled images in some cases, and you need to load them directly from a bundle path. In those cases, you’ll need to use UIImage …
The post Memory consumption when loading UIImage from disk appeared first on SwiftLee.