Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 398 Bytes

File metadata and controls

16 lines (11 loc) · 398 Bytes

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) {...};