Skip to content

Commit

Permalink
Update SwiftUI Demos; Add Demo Video
Browse files Browse the repository at this point in the history
  • Loading branch information
b3ll committed Jun 3, 2024
1 parent 9808c74 commit 4de771b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "DebugAdjustable.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 0 additions & 24 deletions Example/DebugAdjustableDemo/Base.lproj/Main.storyboard

This file was deleted.

18 changes: 18 additions & 0 deletions Example/DebugAdjustableDemo/SwiftUIViewController.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// SwiftUIViewController.swift
// DebugAdjustableDemo
//
// Created by Adam Bell on 6/2/24.
//

import SwiftUI

struct SwiftUIViewController: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}

#Preview {
SwiftUIViewController()
}
Binary file added Resources/DemoVideo.mov
Binary file not shown.

0 comments on commit 4de771b

Please sign in to comment.