Skip to content

Commit

Permalink
Created example of usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrusiaks committed Mar 1, 2017
1 parent 00f45b5 commit 546240d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Example/SMToast/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class ViewController: UIViewController {

override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
SMToast.make(title: "Hello", message: "This is a test toast")
}
}

0 comments on commit 546240d

Please sign in to comment.