NutsNews iOS Image Resolution Troubleshooting Update
Section titled “NutsNews iOS Image Resolution Troubleshooting Update”This bundle shows each article thumbnail’s pixel resolution directly on the card image.
Changed files:
NutsNews/NutsNews/Features/Feed/ArticleCardView.swiftNutsNews/NutsNews/Design/NutsNewsTheme.swift
Behavior:
- When the app checks a card thumbnail, it now stores and displays the decoded image resolution.
- The badge appears on the bottom-right of the card image, for example:
1400 × 619. - This is intended for troubleshooting image sizing and blocked thumbnails.
Install from the repo root:
cd /Users/ramideltoro/WebstormProjects/nutsnews-iosunzip -o ~/Downloads/nutsnews-ios-image-resolution-update.zip -d .cd NutsNewsxcodebuild -project NutsNews.xcodeproj -scheme NutsNews -destination 'id=8AABA667-DE66-44E9-8A10-A3FB84BECB39' build