Use the (awesome) DZNEmptyDataSet library in your Titanium iOS projects. Once imported, it can be used on
any Ti.UI.TableView and Ti.UI.ListView by simply using the placeholder
dictionary property.
title
(Ti.UI.AttributedString)description
(Ti.UI.AttributedString)image
(String)buttonTitle
(String)buttonImage
(String)backgroundColor
(String)scrollEnabled
(String)
Passing true
will show the placeholder, passing false
will hide it.
clicksource
("button" or "image")
Please check out the example for a brief API documentation!
MIT
appc run -p ios --build-only
Hans Knöchel (@hansemannnn / Web)