Changing tableview's TableViewSeparatorStyle property not redrawing immediately
I set my tableview's TableViewSeparatorStyle property to NONE initially and then after data is loaded via setData() I change it to SINGLE_LINE. The problem is that the separator lines do not display until I scroll the tableview, or trigger some change in the UI. Is it possible to have the separator style change take affect without requiring a UI change/scroll?