Can we use .heif files instead of .png for Applternate icons on iOS Applications?
Also any alternative to use .heif as UIImages on Xcode rather than converting them from Data to Image all the time.
Also any alternative to use .heif as UIImages on Xcode rather than converting them from Data to Image all the time.
You wouldn't want to use heif for icons. It's a lossy format designed specifically for large, high-resolution photo-style images. Your icons would get very blurry with artifacts.
Can we use .heif files instead of .png for Applternate icons on iOS Applications?