Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 505 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 505 Bytes

SimpleToastView

Code Sample

step :Download code and copy "ToastView.Swift" file into Project

Step 2: Just call following line directly to display your toast

Step 3:ShowToast.displayText("You can show your text here..", view: self.view,timePresent: 1,position: .Top)

In that

prameter 1 : pass your message

Prameter 2: send your current view

Prameter 3: Enter how much time you want display your toast

Prameter 4: Set the position of toast (top/bottom/center)

License

A free license (MIT)