UPGRADE YOUR SKILLS: Learn advanced Swift and SwiftUI on Hacking with Swift+! >>

Full Screen

Forums > SwiftUI

I am doing some coding on my Ipad using a blank page on Swift Playgrounds. When I run my code it looks like the screenshot below. The output is on a smaller rectangle inside the screen. How can I get my code to run on a fullscreen?

PlaygroundPage.current.wantsFullScreenLiveView = true
import AVFoundation
import SwiftUI
import PlaygroundSupport

struct Demo: View {
    var body: some View {
        Text ("Not a Full Screen")
        }

    }

PlaygroundPage.current.setLiveView(Demo())
PlaygroundPage.current.wantsFullScreenLiveView = true

Screen Shot

2      

Hacking with Swift is sponsored by RevenueCat

SPONSORED Take the pain out of configuring and testing your paywalls. RevenueCat's Paywalls allow you to remotely configure your entire paywall view without any code changes or app updates.

Learn more here

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.