This repository was archived by the owner on Jun 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
PagingLayoutSamples.xcodeproj/xcshareddata/xcschemes
PagingLayoutSamples/Modules/LayoutDesigner/Intro Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
<BuildableReference
16
16
BuildableIdentifier = " primary"
17
17
BlueprintIdentifier = " AB500A2E23B104E20056BE37"
18
- BuildableName = " Paging Layout.app"
18
+ BuildableName = " Layout Designer .app"
19
19
BlueprintName = " PagingLayoutSamples"
20
20
ReferencedContainer = " container:PagingLayoutSamples.xcodeproj" >
21
21
</BuildableReference >
45
45
<BuildableReference
46
46
BuildableIdentifier = " primary"
47
47
BlueprintIdentifier = " AB500A2E23B104E20056BE37"
48
- BuildableName = " Paging Layout.app"
48
+ BuildableName = " Layout Designer .app"
49
49
BlueprintName = " PagingLayoutSamples"
50
50
ReferencedContainer = " container:PagingLayoutSamples.xcodeproj" >
51
51
</BuildableReference >
62
62
<BuildableReference
63
63
BuildableIdentifier = " primary"
64
64
BlueprintIdentifier = " AB500A2E23B104E20056BE37"
65
- BuildableName = " Paging Layout.app"
65
+ BuildableName = " Layout Designer .app"
66
66
BlueprintName = " PagingLayoutSamples"
67
67
ReferencedContainer = " container:PagingLayoutSamples.xcodeproj" >
68
68
</BuildableReference >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ extension Array where Element == LayoutDesignerIntroInfo {
23
23
imageName: nil ,
24
24
description: """
25
25
The easiest way to make a beautiful paging layout for your UICollectionView.
26
- You can use it for your iOS, iPadOS and macOS Catalyst app.
26
+ You can use it for your iOS, iPadOS, and macOS Catalyst app.
27
27
""" ,
28
28
leftButtonTitle: " Skip " ,
29
29
rightButtonTitle: " Show me how! " ) ,
@@ -53,7 +53,7 @@ extension Array where Element == LayoutDesignerIntroInfo {
53
53
Now you can see the result on the sample cards (orange cards)
54
54
You can switch between them to see the animation by clicking on the arrows or on the card itself.
55
55
If you use a Trackpad you can also switch between them by scrolling to right and left.
56
- Now adjust the options if needed and see changes in real time.
56
+ Now adjust the options if needed and see changes in real- time.
57
57
""" ,
58
58
leftButtonTitle: " Previous " ,
59
59
rightButtonTitle: " Next " ) ,
You can’t perform that action at this time.
0 commit comments