Skip to content

Simple guide · Overview

Page status: HistoricalHistory group: Classified notes

NutsNews iOS Image Resolution Troubleshooting Update

This bundle shows each article thumbnail's pixel resolution directly on the card image.

Visual overview

Primary diagram

System map

This bundle shows each article thumbnail's pixel resolution directly on the card image.

Render the repository-owned system map when you need it.

Diagram is not rendered yet.

View as text
NutsNews iOS Image Resolution Troubleshooting Update

This bundle shows each article thumbnail's pixel resolution directly on the card image.

flowchart TB
  accTitle: NutsNews iOS Image Resolution Troubleshooting Update
  accDescr {
    This bundle shows each article thumbnail's pixel resolution directly on the card image.
  }
  A["NutsNews iOS Image Resolution Troubleshooting Update"] --> B["ios/NUTSNEWS_IOS_IMAGE_RESOLUTION_UPDATE_README.md"]
  B --> C["Auto-generated placeholder diagram"]

NutsNews iOS Image Resolution Troubleshooting Update

Fullscreen diagram view.

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.swift
  • NutsNews/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:

Terminal window
cd /Users/ramideltoro/WebstormProjects/nutsnews-ios
unzip -o ~/Downloads/nutsnews-ios-image-resolution-update.zip -d .
cd NutsNews
xcodebuild -project NutsNews.xcodeproj -scheme NutsNews -destination 'id=8AABA667-DE66-44E9-8A10-A3FB84BECB39' build