I'm using CPListItem like this:
CPListItem( text: "test", detailText: "test", image: nil, accessoryImage: nil, accessoryType: .none )
However, when I tap the item in the list, a loading indicator appears on the right side, as shown in the image I attached. I didn’t configure anything that should cause this behavior.
Why is the loading indicator shown by default when tapping a list item? Is there a way to prevent it from appearing?