Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagi02 committed Dec 25, 2023
1 parent 6fcbcc9 commit 9132027
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SignatureView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
ACC94FB12B39E7890021A07D /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = ACC94FB02B39E7890021A07D /* README.md */; };
ACD9059C2B38474300A6735B /* SignatureViewApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACD9059B2B38474300A6735B /* SignatureViewApp.swift */; };
ACD9059E2B38474300A6735B /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACD9059D2B38474300A6735B /* ContentView.swift */; };
ACD905A02B38474400A6735B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ACD9059F2B38474400A6735B /* Assets.xcassets */; };
Expand All @@ -16,6 +17,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
ACC94FB02B39E7890021A07D /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
ACD905982B38474300A6735B /* SignatureView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SignatureView.app; sourceTree = BUILT_PRODUCTS_DIR; };
ACD9059B2B38474300A6735B /* SignatureViewApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignatureViewApp.swift; sourceTree = "<group>"; };
ACD9059D2B38474300A6735B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -59,6 +61,7 @@
ACD905AB2B38487E00A6735B /* SignatureView.swift */,
ACD905A92B38476A00A6735B /* DrawSignatureView.swift */,
ACD9059D2B38474300A6735B /* ContentView.swift */,
ACC94FB02B39E7890021A07D /* README.md */,
ACD9059F2B38474400A6735B /* Assets.xcassets */,
ACD905A12B38474400A6735B /* Preview Content */,
);
Expand Down Expand Up @@ -131,6 +134,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
ACC94FB12B39E7890021A07D /* README.md in Resources */,
ACD905A32B38474400A6735B /* Preview Assets.xcassets in Resources */,
ACD905A02B38474400A6735B /* Assets.xcassets in Resources */,
);
Expand Down
10 changes: 10 additions & 0 deletions SignatureView/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Demo App for Signature View in SwiftUI [without any dependency!!]

Signature views are an effective way to capture user signatures in your SwiftUI app. In this tutorial, we’ll guide you through the process of building a signature view using Swift and SwiftUI.


We’ll break down the code into easily digestible chunks, explaining each step along the way. This will allow users to sign documents or forms within your application, providing a more interactive and engaging user experience.


As you continue your SwiftUI journey, you’ll discover the immense flexibility and creativity that SwiftUI empowers you with. Making a signature is just one example of what you can achieve, and we hope this tutorial has provided you with the knowledge and confidence to embark on your own SwiftUI adventures.
So, go ahead, take what you’ve learned here, and create stunning carousels and user interfaces that captivate your users and elevate your app’s user experience. Happy coding!

0 comments on commit 9132027

Please sign in to comment.