Post

Replies

Boosts

Views

Activity

Comment on Heic format image incompatibility issue
On my Mac laptop, select the image and then choose Quick Actions ->Convert Image ->HEIF ->Convert to HEIF. It has nothing to do with the size of the images. I tested three images (4kb, 40kb, 743kb), but none of them could be displayed. "image information" : When I use the following code, the value of img returns nil, but if loading PNG images, img return normal obj. """ UIImage *img = [UIImage imageNamed:@"xxx"]; """
Oct ’24
Comment on Heic format image incompatibility issue
Compile asset catalogs : ../actool --output-format human-readable-text --notices --warnings --export-dependency-info /..._dependencies --output-partial-info-plist /..._info.plist --app-icon AppIcon --accent-color AccentColor --compress-pngs --enable-on-demand-resources YES --filter-for-thinning-device-configuration iPhone10,2 --filter-for-device-os-version 12.1.2 --development-region en --target-device iphone --target-device ipad --minimum-deployment-target 12.0 --platform iphoneos --compile ...
Oct ’24
Comment on Heic format image incompatibility issue
On my Mac laptop, select the image and then choose Quick Actions ->Convert Image ->HEIF ->Convert to HEIF. It has nothing to do with the size of the images. I tested three images (4kb, 40kb, 743kb), but none of them could be displayed. "image information" : When I use the following code, the value of img returns nil, but if loading PNG images, img return normal obj. """ UIImage *img = [UIImage imageNamed:@"xxx"]; """
Replies
Boosts
Views
Activity
Oct ’24
Comment on Heic format image incompatibility issue
Compile asset catalogs : ../actool --output-format human-readable-text --notices --warnings --export-dependency-info /..._dependencies --output-partial-info-plist /..._info.plist --app-icon AppIcon --accent-color AccentColor --compress-pngs --enable-on-demand-resources YES --filter-for-thinning-device-configuration iPhone10,2 --filter-for-device-os-version 12.1.2 --development-region en --target-device iphone --target-device ipad --minimum-deployment-target 12.0 --platform iphoneos --compile ...
Replies
Boosts
Views
Activity
Oct ’24
Comment on Heic format image incompatibility issue
--filter-for-thinning-device-configuration iPhone10,2 --filter-for-device-os-version 12.1.2 it looks does not work.
Replies
Boosts
Views
Activity
Oct ’24
Comment on Face ID authentication via LAContext may not always result in App lifecycle notifications
I'm using ObjC and have tried AppDelegate and SceneDelegate, but neither worked.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25