• Stars
    star
    232
  • Rank 172,847 (Top 4 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Toast view using swift.

Toast-Swift

Toast view using swift.

New Screenshot 1 New Screenshot 2 New Screenshot 3

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

    First Screenshot

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

    Second Screenshot

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

    Third Screenshot

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

    Fourth Screenshot

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

    Fifth Screenshot

    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.

More Repositories

1

flui

A powerful UI framework for Google Flutter.
Dart
1,472
star
2

cat-account-ios

Cat Accounting iOS Client Code.
Objective-C
127
star
3

pems

A javascript full-stack power equipment management system.
JavaScript
57
star
4

HRTableCollectionBindingHelper

TableView and CollectionView binding helper with MVVM.
Objective-C
22
star
5

RHParrotData

CoreData stack management and quick query language library.
Objective-C
21
star
6

RHKeyValueStore

Key-Value storage tool, based on WCDB (WeChat DataBase).
Objective-C++
20
star
7

Ninjia-Swift

A simple game using Swift and SpriteKit.
Swift
7
star
8

HRFilterTool

A CoreImage Method Tool
Objective-C
7
star
9

MIRemoteControl

小įąŗéĨ控器įš„įŽ€å•åŽžįŽ°
Objective-C
7
star
10

HRCube3D

A Simple 3D Cube
Objective-C
5
star
11

AppExtensions

projects about app extensions.
Objective-C
4
star
12

UIImage-HR

a category about UIImage class
Objective-C
4
star
13

Rannie.github.io

user site
CSS
4
star
14

hrbuild-shell

Shell script to build ipa.
Shell
3
star
15

WatchPlayground

Watch WatchKit
Objective-C
2
star
16

PlaygroundSwift

Playgrounds about swift language.
Swift
2
star
17

rann_github

A flutter github demo, only for learning.
Dart
1
star
18

RHFirmModel

Objective-C Base Model Class.
C
1
star
19

RHParallaxRefreshControl

A TableView Parallax Refresh Control.
Objective-C
1
star
20

make-app-adaptive-to-ios8-ip6-6plus

blog demo
Objective-C
1
star
21

ranntech-gitalk

gitalk of https://rann.tech
1
star
22

HRKeyValueObserver

Lightness KVO helper.
Objective-C
1
star
23

OCHooks

An Objective-C Hooks Like React Hooks
Objective-C
1
star
24

CoreDataParrot

CoreData stack management and quick query language library.
Swift
1
star