viezel / NappUI

A collection of extended functionality for the UI components of Titanium SDK
Other
121 stars 34 forks source link

[Request] Shadow Inset #42

Open justadaniel opened 10 years ago

justadaniel commented 10 years ago

It would be pretty awesome to incorporate shadow inset in the Ti.UI.createView();

shadow:{
      shadowInset:true,
      shadowRadius:5,
      shadowOpacity:0.5,
      shadowOffset:{x:0, y:2}
}