NutsNews iOS Detail Thumbnail Crop Update
Section titled “NutsNews iOS Detail Thumbnail Crop Update”This bundle updates the article detail screen opened from Read Story.
Changed file:
NutsNews/NutsNews/Features/Article/ArticleDetailView.swift
Behavior:
- When the detail screen opens, it inspects the thumbnail image dimensions.
- If the thumbnail is wider than 3:2, the detail thumbnail is displayed in a cropped 3:2 container.
- Non-wide thumbnails keep the existing detail hero height.
- This is display-only cropping; the original thumbnail URL is unchanged.
Install from the repo root:
cd /Users/ramideltoro/WebstormProjects/nutsnews-iosunzip -o ~/Downloads/nutsnews-ios-detail-thumbnail-crop-update.zip -d .cd NutsNewsxcodebuild -project NutsNews.xcodeproj -scheme NutsNews -destination 'id=8AABA667-DE66-44E9-8A10-A3FB84BECB39' build