Skip to content

teechio/teechio-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

Teech.io Swift Library


###Install and run the SDK: #####(1) Import the class Teechio.swift into your project #####(2) Initialize the SDK


import UIKit

class ViewController: UIViewController {
    override func viewDidLoad() {
        super.viewDidLoad()
        var t = Teechio(ApiKey: "xxx-Your-API-Key-xxx", AppId: "xxx-Your-APP-ID-xxx")
    }
    override func didReceiveMemoryWarning() {
        super.didReceiveMemoryWarning()
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages