I have a List Tile View on a detail screen. This LTV has a single click action. The action implements a silent transaction that toggles a checkbox displayed in the row. In iOS an arrow is displayed on the right hand side of each row. I'm guessing the arrow is put there to indicate that you'll be taken to a transaction screen to update the row's information when you tap it. However in this case the transaction is silent, so I don't need the arrow and don't want it to be displayed. Does anyone know how to remove it?
Thanks
Tim