Topener / nl.fokkezb.pullToRefresh

Widget to implement a table pull-to-refresh header in Titanium Alloy
184 stars 60 forks source link

add a function to set a title #53

Closed Topener closed 8 years ago

Topener commented 8 years ago

the refreshControl has a title property, but this is not used/exposed.

Now it is, with the option to not add an attributed string, but a text instead. The title property only accepts attributed string, so this is detected

FokkeZB commented 8 years ago

Thanks, also added support via the constructor.