TRAutocompleteView
TRAutocompleteView copied to clipboard
Table separator style and colour cannot be modified.
These properties are set only in the "initWithFrame:textfield:itemsource:cellfactory:controller" method which calls "loadDefaults" in the beginning which removes the separator.
One solution could be to implement setters for these properties and set the values to the table view.