uitableview tag

14 questions


1 answers
144 views
0
Change the transition destination screen by cell in tableviewcell

Hello, I was able to display multiple cells using tableView in Xcode.And I would like to change the screen transition destination for each cell.If you tap a cell using the Navigation Controller, the s...

1 years ago

1 answers
103 views
0
How to gradually change (animation) the background color when selecting UITableViewCell

UITableViewCell usually applies background color immediately when tapped.As the background color changes gradually, I think UX can be improved.However, when I searched online, there was a description ...

1 years ago

1 answers
99 views
0
A space appears above the view of the UITableViewController that you added to the iOS UIViewController container view.

When you add a TableViewController to the ViewController container view (connected by Embedded in Segue), the status bar and navigation bar are blank at the top.That's why I changed the container view...

1 years ago

1 answers
115 views
0
Overlapping when using custom Cells in UITableView

Creating TableViews using custom Cells without InterfaceBuilderIn ViewController, add UITableView to You have created a CustomCell class and added the CustomView class to it.ContentView.In ViewControl...


1 answers
67 views
0
I want to receive the TableViewCell layout event in RxSwift's "tableView.rx.willDisplayCell" and animate the text using CAD DisplayLink in subscribe.

I implemented it using CADisplayLink to animate the text representing the percentage as shown in the image, but it does not work well with RxSwift, and I cannot discard the cell instance during the sc...


1 answers
131 views
0
Create a login form in the iOS app

I would like to create a login form with the iOS app.The image I want to create is the screen below.I am trying to create this email address and password entry in Contents: Static cells in TableView.(...


1 answers
80 views
0
How to use TableViewCell when using TableView on Swift

Please tell me how to use multiple TableView Cells when using TableView on Swift.As an image, I would like to display two different cells in one table.As for the atmosphere, I would like to display th...

1 years ago

2 answers
133 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
92 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
108 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 - »

© 2024 OneMinuteCode. All rights reserved.