pec1985 / TiSMSView

Expandable Text Area Module - iOS - Titanium
Other
60 stars 18 forks source link

Message click event object #10

Closed sindresorhus closed 13 years ago

sindresorhus commented 13 years ago

It would be useful to get the index of the message clicked and the type (send/recieve) in the message click event object.

pec1985 commented 13 years ago

I can include this as a feature request but just to let you know, there is no way right now to remove a message from the screen

sindresorhus commented 13 years ago

That's not a problem. My usecase is that I have an array that contains all the send/recieve messages with additional metadata. When I click a message I need to use that metadata, but I have no idea what index the message is.