You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, see the [Tutorial for SlideKit](https://mtj0928.github.io/SlideKit/tutorials/meet-slidekit).
11
14
You can learn how to use SlideKit and make presentation slides through making the sample presentation slides.
12
15
@@ -22,14 +25,15 @@ If you want to know more details, refer the [DocC Style Document](https://mtj092
22
25
-[x] Show the current slide index at bottom right on slide.
23
26
-[x] Support two windows, presentation window and presenter window.
24
27
-[x] Show scripts on only presenter window (only macOS)
25
-
-[x] Provide `PhasedState`, so you can divide a one slide step by step.
28
+
-[x] Provide `@Phase`, so you can divide a one slide step by step.
26
29
-[x] Export PDF file (only macOS 13+)
27
30
28
31
## Simple Example
29
32
You can create a presentation by SwiftUI like this.
30
33
31
34
```swift
32
-
structIntroductionSlide: Slide {
35
+
@Slide
36
+
structIntroductionSlide: View {
33
37
var body: some View {
34
38
HeaderSlide("SlideKit") {
35
39
Item("SlideKit helps you make presentation slides by SwiftUI")
@@ -47,4 +51,5 @@ And then, this is the result of the code.
47
51
48
52
## Presentations made with SlideKit
49
53
If you make presentations slide with SlideKit, add it to the following litst!!
50
-
-[After iOSDC](https://github.com/mtj0928/AfteriOSDC): A presentation which shares the hard points to make presentations slides by SwiftUI. (Japanese)
54
+
-[After iOSDC](https://github.com/mtj0928/AfteriOSDC): A presentation, which shares the hard points to make presentations slides by SwiftUI. (Japanese)
55
+
-[iOSDC23](https://github.com/mtj0928/iOSDC23) A presentation, which shows a dependency injection strategy on SwiftUI. (Japanese)
0 commit comments