Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Rannie/Toast-Swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

97 Commits

Repository files navigation

Toast-Swift

Toast view using swift.

New Toast-Swift has been updated!


New Toast-Swift can compile with Swift 3.0.
And u can set the theme color of the toast view.

Install


download this repo and import "UIView+HRToast".

Usage


  1. Set theme color (defalut is UIColor.blackColor())

    view.hr_setToastThemeColor(color: #ThemeColor)
  2. Single toast view

    view.makeToast(message: msg)
  3. Toast with title

    view.makeToast(message: msg, duration: duration, position: pos, title: subject)
  4. Toast with image, title...

    view.makeToast(message: msg, duration: duration, position: pos, title: subject, image: image)
  5. Show and hide activity

    view.makeToastActivity()
    view.hideToastActivity()
  6. Show activity with message

    view.makeToastActivityWithMessage(message: msg)

LICENSE


The MIT License (MIT)

Copyright (c) 2017 Hanran Liu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Toast view using swift.

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

Contributors