Skip to content

Instantly share code, notes, and snippets.

@edwinhuertas
edwinhuertas / app.js
Created July 8, 2012 20:05
simple iSpeech with titanium
var win = Ti.UI.createWindow({
backgroundColor: 'white',
layout:'vertical'
});
var textField = Ti.UI.createTextField({
borderStyle: Ti.UI.INPUT_BORDERSTYLE_ROUNDED,
color: '#336699',
top: 10,
left: 10,