Accurately displays dynamically-sized screenshots in AppViewController

This commit is contained in:
Riley Testut
2023-10-11 18:13:01 -05:00
parent 03fad2f202
commit 50515382d0
6 changed files with 374 additions and 105 deletions

View File

@@ -8,6 +8,11 @@
import CoreData
public extension AppScreenshot
{
static let defaultAspectRatio = CGSize(width: 9, height: 19.5)
}
@objc(AppScreenshot)
public class AppScreenshot: NSManagedObject, Fetchable, Decodable
{