What’s new in PreviewDevice 0.8.0

PreviewDevice is a library with type-safe syntax sugar for preview device on SwiftUI.
If you don’t know what is the library, I recomment read this article.

What’s new in 0.8.0? Go-go-go

Added support new Apple devices:

iPhones:


This content originally appeared on DEV Community and was authored by Anton Paliakou

PreviewDevice is a library with type-safe syntax sugar for preview device on SwiftUI.
If you don't know what is the library, I recomment read this article.

What's new in 0.8.0? Go-go-go

Added support new Apple devices:

iPhones:

  • iPhone 13 mini (Device.iphone13Mini)
  • iPhone 13 (Device.iphone13)
  • iPhone 13 Pro (Device.iphone13Pro)
  • iPhone 13 Pro Max (Device.iphone13ProMax)

Apple Watch:

  • Apple Watch Series 7 - 41mm (Device.watchSeries7_41mm)
  • Apple Watch Series 7 - 45mm (Device.watchSeries7_45mm)

iPads:

  • iPad 9th generation (Device.ipad_9Gen)
  • iPad mini 6th generation (Device.ipadMini6)

Preview on device with orientation and color schemes.

Available iOS 15+ OSX 12+, macCatalyst 15+, tvOS 15+, watchOS 8.0+

struct ContentView_Previews: PreviewProvider {
    static var previews: some View {
        ContentView()
            .previewDevice(device: .iphone13,
                           orientation: .portrait,
                           colorSchemes: [.light, .dark])
    }
}

Do you like the library? Click the star on GitHub.

Thanks for reading! See you soon. ?


This content originally appeared on DEV Community and was authored by Anton Paliakou


Print Share Comment Cite Upload Translate Updates
APA

Anton Paliakou | Sciencx (2021-09-18T15:32:12+00:00) What’s new in PreviewDevice 0.8.0. Retrieved from https://www.scien.cx/2021/09/18/whats-new-in-previewdevice-0-8-0/

MLA
" » What’s new in PreviewDevice 0.8.0." Anton Paliakou | Sciencx - Saturday September 18, 2021, https://www.scien.cx/2021/09/18/whats-new-in-previewdevice-0-8-0/
HARVARD
Anton Paliakou | Sciencx Saturday September 18, 2021 » What’s new in PreviewDevice 0.8.0., viewed ,<https://www.scien.cx/2021/09/18/whats-new-in-previewdevice-0-8-0/>
VANCOUVER
Anton Paliakou | Sciencx - » What’s new in PreviewDevice 0.8.0. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/09/18/whats-new-in-previewdevice-0-8-0/
CHICAGO
" » What’s new in PreviewDevice 0.8.0." Anton Paliakou | Sciencx - Accessed . https://www.scien.cx/2021/09/18/whats-new-in-previewdevice-0-8-0/
IEEE
" » What’s new in PreviewDevice 0.8.0." Anton Paliakou | Sciencx [Online]. Available: https://www.scien.cx/2021/09/18/whats-new-in-previewdevice-0-8-0/. [Accessed: ]
rf:citation
» What’s new in PreviewDevice 0.8.0 | Anton Paliakou | Sciencx | https://www.scien.cx/2021/09/18/whats-new-in-previewdevice-0-8-0/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.