Accurately displays dynamically-sized screenshots in AppViewController

This commit is contained in:
Riley Testut
2023-10-11 18:13:01 -05:00
committed by Magesh K
parent 6fc9ad010d
commit 86ec59d204
6 changed files with 362 additions and 85 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
{