This repository was archived by the owner on Jun 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
PagingLayoutSamples.xcodeproj/xcshareddata/xcschemes
PagingLayoutSamples/Modules/LayoutDesigner/Intro Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <BuildableReference
1616 BuildableIdentifier = " primary"
1717 BlueprintIdentifier = " AB500A2E23B104E20056BE37"
18- BuildableName = " Paging Layout.app"
18+ BuildableName = " Layout Designer .app"
1919 BlueprintName = " PagingLayoutSamples"
2020 ReferencedContainer = " container:PagingLayoutSamples.xcodeproj" >
2121 </BuildableReference >
4545 <BuildableReference
4646 BuildableIdentifier = " primary"
4747 BlueprintIdentifier = " AB500A2E23B104E20056BE37"
48- BuildableName = " Paging Layout.app"
48+ BuildableName = " Layout Designer .app"
4949 BlueprintName = " PagingLayoutSamples"
5050 ReferencedContainer = " container:PagingLayoutSamples.xcodeproj" >
5151 </BuildableReference >
6262 <BuildableReference
6363 BuildableIdentifier = " primary"
6464 BlueprintIdentifier = " AB500A2E23B104E20056BE37"
65- BuildableName = " Paging Layout.app"
65+ BuildableName = " Layout Designer .app"
6666 BlueprintName = " PagingLayoutSamples"
6767 ReferencedContainer = " container:PagingLayoutSamples.xcodeproj" >
6868 </BuildableReference >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ extension Array where Element == LayoutDesignerIntroInfo {
2323 imageName: nil ,
2424 description: """
2525 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.
2727 """ ,
2828 leftButtonTitle: " Skip " ,
2929 rightButtonTitle: " Show me how! " ) ,
@@ -53,7 +53,7 @@ extension Array where Element == LayoutDesignerIntroInfo {
5353 Now you can see the result on the sample cards (orange cards)
5454 You can switch between them to see the animation by clicking on the arrows or on the card itself.
5555 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.
5757 """ ,
5858 leftButtonTitle: " Previous " ,
5959 rightButtonTitle: " Next " ) ,
You can’t perform that action at this time.
0 commit comments