UITableView "bulk select" not showing selected checkmarks in the selection circles, showing right side checkmark not left side

If you have selectionStyle = .None in your cellForRowAtIndexPath, remove it.

I was in the same exact boat as you (using Xcode 7, iOS9, Swift 2.0). Most of the articles I found online were about the checkmark on the right and my storyboard looked perfect. My only problem is that I could never get the checkmark on the left to show up when I tapped on the row.

With your post I was able to compare source code and figure it out - thanks!


Make sure cell's tint color is NOT white, otherwise you will get a white checkmark over a white circle...