straw-ios-service-toast.js v0.1.0 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) {...};