First of all, thank you for your efforts. (-:
And my question is ‘How can I support my app’s tableview ux is same with iOS?’
My question is not about widget theme.
If I scroll and scroll a tableview, it is stopped. In case of iOS, if I scroll and scroll fast, it is not stopped. It is more and more fast scrolling.
I want my app is similar to iOS. I found several properties for tableview.
How can I ise them for more good ux? 
So you are using the Corona widget TableView object, or not?
If you are, then there are two properties which can be set during the creation of the widget: friction and maxVelocity. These will both control how fast the content moves when you flick/drag the content:
https://docs.coronalabs.com/api/library/widget/newTableView.html
Best regards,
Brent
So you are using the Corona widget TableView object, or not?
If you are, then there are two properties which can be set during the creation of the widget: friction and maxVelocity. These will both control how fast the content moves when you flick/drag the content:
https://docs.coronalabs.com/api/library/widget/newTableView.html
Best regards,
Brent