Releases: Toni77777/PreviewDevice
Releases · Toni77777/PreviewDevice
Release 0.9.0
Release 0.8.0
Add new devices:
- iPhone 13 mini, 13, 13Pro, 13Pro Max
- Apple Watch 7 41 mm, 44 mm
- iPad 9 Gen, iPad mini 6 gen
Add new preview with orientation:
.previewDevice(device: .iphone12, orientations: [.portrait, .landscapeLeft, .landscapeRight])
Preview on device with orientation and color schemes
.previewDevice(device: .iphone12, orientation: .portrait, colorSchemes: [.light, .dark])
Release 0.7.0
Fix pod spec. Fix support platforms: tvOS, watchOS.
Release 0.6.0
Fix support tvOS, watchOS platforms
Release 0.5.0
Added:
View
extensions.previewDevice(device: Device, colorScheme: ColorScheme)
previewDevice(device: Device, colorSchemes: [ColorScheme])
Release 0.3.0
Added:
View
extensions. Available iOS 15.0+ OSX 12.00+ macCatalyst 15.0+ tvOS 15.0+ watchOS 8.0+.previewDevice(device: Device, orientation: InterfaceOrientation)
previewDevice(device: Device, orientations: [InterfaceOrientation])
Release 0.2.0
Added:
View
extensions.previewDevice(device: Device)
previewDevices(devices: [Device])