Skip to content

Commit

Permalink
Update Tutorial Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Jul 5, 2022
1 parent ad6d2a3 commit 18ad2d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
@Tutorial(time: 10, projectFiles: "ProjectIntegrate.zip") {
@XcodeRequirement(
title: "Xcode 13",
destination: "https://developer.apple.com/download/"
)
@XcodeRequirement(title: "Xcode 13", destination: "https://developer.apple.com/download/")
@Intro(title: "Implementing Reachability") {
This tutorial guides you through the process of consuming reachability data in your application.
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
@Tutorial(time: 5, projectFiles: "ProjectSetup.zip") {
@XcodeRequirement(
title: "Xcode 13",
destination: "https://developer.apple.com/download/"
)
@XcodeRequirement(title: "Xcode 13", destination: "https://developer.apple.com/download/")
@Intro(title: "Project Setup") {
This tutorial guides you through the process of creating a new UIKit application and adding NetworkReachability as a dependency using the Swift Package Manager within Xcode.
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
@Tutorial(time: 15, projectFiles: "ProjectUI.zip") {
@XcodeRequirement(
title: "Xcode 13",
destination: "https://developer.apple.com/download/"
)
@XcodeRequirement(title: "Xcode 13", destination: "https://developer.apple.com/download/")
@Intro(title: "Storyboard Setup") {
This tutorial guides you through the process of creating your app's user interface using Storyboards, Interface Builder, UIKit, and SFSymbols.
}
Expand Down

0 comments on commit 18ad2d2

Please sign in to comment.