Questions tagged [checkmark]

149 questions
0
votes
1 answer

How do I add a checkmark to a table view?

I've put in this code: - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { UITableViewCell * tableCell = [self.tableView cellForRowAtIndexPath:indexPath]; tableCell.accessoryType =…
Nathan
  • 151
  • 4
  • 16
0
votes
2 answers

Checkmark for UITableView is not selecting to all TableViewCell

Trying to implement the checkmark for UITableView. Checkmark for UITableView Cell is not selecting to all row, when scroll tableview its not not enable. Below is my code which i Implemented. IndexButton is UIButton Class which added index…
kiran
  • 4,285
  • 7
  • 53
  • 98
0
votes
1 answer

Swift - UITableViewCell checkmark background color

In method didSelectRowAtIndexPath I use selectedCell.accessoryType = .Checkmark How to change the background color of the checkmark to be different not Gray ? and how to change the color of this: This happens when I press the cell and didn't…
Bogdan Bogdanov
  • 882
  • 11
  • 36
  • 79
0
votes
1 answer
0
votes
1 answer

how to make the toolbar option drop down menu item to have left side custom check mark

In the toolbar's dropdown option menu, does anyone know how to add left side check mark in the menu item? It is similar behavior as to use , but the gives a default radio button in the right side of the menu item. Thanks!
lannyf
  • 9,865
  • 12
  • 70
  • 152
0
votes
1 answer

Checkmarks for UITableView disappear after returning to the same screen?

I am implementing filters in a UITableView through checkmarks for different title headings . According to selected cells,a query runs on local database and i get a result.I am saving filter result in an array and pass this array through push segue…
0
votes
2 answers

UITableViewCell - check mark retained for selected row

This is a follow-up question to UITableViewCell - check mark one row per section. Here I have 2 sections with 3 rows each as follow: SEARCH DISTANCE 250 feet 1000 feet 4000 feet MAP TYPE Standard Satellite Hybrid I have a problem in…
SanitLee
  • 1,253
  • 1
  • 12
  • 29
0
votes
4 answers

UITableViewCell - check mark one row per section

I have 2 sections and 3 rows each as follow: SEARCH DISTANCE 250 feet 1000 feet 4000 feet MAP TYPE Standard Satellite Hybrid I want to have one check mark for a row per section but my current code will uncheck all visible cells for the…
SanitLee
  • 1,253
  • 1
  • 12
  • 29
0
votes
1 answer

Checkmarks in tableview disappear when scrolling

I am building a table with different sections but when I scroll down the checkmark disappears. My table has around 10 sections divided into arrays (one array for each section). Also my table does not reuse cells (it is set to "nil"). // // …
0
votes
2 answers

Change the size of CheckBox's CheckMark WPF

I have implemented this style for my CheckBox: