tableview tag

20 questions


2 answers
159 views
0
Change the Size of TableView Cells

I would like to change the size of the cell in TableView depending on the content, but I don't know what to do.For example, suppose you have a TableView cell:I would like to change the cell height acc...


1 answers
101 views
0
I want to do sectioning when displaying table views based on NSSet.

This is my first time to ask a question.It may be difficult to read, but please forgive me.CoreData is trying to create a two-tier table view.The data models are as follows:·Main class Attribute Name,...


1 answers
81 views
0
Understanding the Issue of nil in the Swift tableview

Nice to meet you.I'm an engineer with about 2 months of work experience.As I am studying to use Swift for my business, I have been having trouble solving the following problems for a few days.I would ...

2 years ago

1 answers
130 views
0
If you create ComboBox in Cell in UITableView, it will be reversed for some reason...

This is what happens when you click As shown in the image above, every time I select Cell, the display is reversed.This is UITableView's DidSelectRowAtIndexPath-(void)tableView:(UITableView*)tableView...


1 answers
77 views
0
How to receive UIButton tap events placed in multiple UITableViewCell lines in a higher class (ViewController)

I'd like to know how to use Table View. when multiple buttons are placed in a single cell for the following sources:Is it possible to determine which buttons are placed in the higher class (such as Vi...

2 years ago

1 answers
101 views
0
About UITableView Delete Button Disabled

If you implement edit mode in UITableView, you can delete it by swiping from right to left without pressing the Edit button.I want to make it possible to delete it only when I press edit mode.In short...

2 years ago

1 answers
62 views
0
To cancel a cell drawing during UITableview that no longer needs to be displayed

Swift programming using Xcode 7.3. functableView(table:UITableView, cellForRowAtIndexPath:NSIndexPath)->UITableViewCell{ letcell=table.dueReusableCellWithIdentifier(Cell) as? CustomTableViewCell l...

2 years ago

2 answers
58 views
0
I want TableView to be in edit mode with animation without editButtonItem

We have switched the Table view from the buttons on our own navigation bar to edit mode as shown below.However, when I used editButton, there was an animation with a red button on the left that went i...

2 years ago

1 answers
113 views
0
I made a checklist using UITableView, but it doesn't check when I press it.

What do you want to doI am making a list with a check box using UITableView in Xcode.I want to change the image of the blank box and the checked box when cell is pressed, but it doesn't work.Currently...


2 answers
117 views
0
To use XML element values as text in a table view cell

Creating an iPhone appHow do I use XML element values as text in a table view cell?Specifically, it's as followsRetrieve XML element values that are the contents of _iremono (NSString type) created wi...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.