Skip to content
JS interface for straw-ios-service-toast
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.bmp.yml
.gitignore
.jshintrc
.travis.yml
README.md
bower.json
index.js
package.json

README.md

straw-ios-service-toast.js v0.1.0

Build Status

Toast (like android's one) service for Straw iOS

API

/**
 Show toast UI with the given message

 @param {String} text The message to show.
 */
straw.service.toast.toast = function (text) {...};
Something went wrong with that request. Please try again.