Hi all,
I am loading 10 GB of images from document directory but my app get crashed, while fetch and getting the images using url.How can i get rid from this without memory issue warning. I need to load more than this size.
Any advice.
Hi all,
I am loading 10 GB of images from document directory but my app get crashed, while fetch and getting the images using url.How can i get rid from this without memory issue warning. I need to load more than this size.
Any advice.
I am loading 10 GB of images from document directory
What platform are you targeting?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Hi, my app is used to capture, edit images and also we plan for storing the raw images. In that case we have to load lot of images maximum limit is 1 year os images. Please help me to load lots of images in like photo library.
Hi, also my capture image size is 2mb or more than, but default iPhone capture image size is only in kb. Please give your idea to reduce the image size while capturing and also i save the images in document directory and load from that using url, please give an idea to resolve it.
Are you already wedded to a specific UI framework (UIKit, SwiftUI)? Or are you sufficiently early in the proces that you can choose which UI framework works best?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Hi,
We already chosen the UIKit collection view to load the images [load images in collection view not an issue], but fetch the images from local document directory take too much time and memory, because we have tons of images. So that is the reason we asking to you how to we load the images from local without increase the memory limit.