TGK is a DocuSign sample application demonstrating how the DocuSign iOS SDK can be used to in a Host iOS app related to Investments. TGK is written in Swift using UIKit and Story boards. You can find a live instance running.
TGK demonstrates the following:
- Authentication
 - Offline Enevelope Creation and Signing
- Ability to create and DSEnvelopeDefinition Object with tabs and recipients.
 - Ability to start offline signing.
 - Ability to Sync the Offline signed envelopes back to DocuSign Cloud once the internet connection is available.
 
 - Captive Signing
- Allowing users to sign even if they don't have a DocuSign account.
 
 
- A DocuSign Developer account (email and password). If you don't already have a developer demo account, create a free account.
 - Xcode 12.4+
 - Cocoapods
 
- Download or clone this repository to your workstation.
 - From your terminal do "pod install".
 - Once the pod install is successful you should see TGK.xcworkspace in your folder.
 - Open the TGK.xcworkspace in XCode
 
This repository uses the MIT License. See the LICENSE file for more information.