tableview tag

20 questions


1 answers
170 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...

2 years ago

1 answers
130 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 ...

2 years ago

1 answers
122 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...

2 years ago

1 answers
136 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
78 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
69 views
0
I want to swipe the cell to the left to display the Delete button and the Details button.

I'd like to swipe the cell to the left and display the Delete button and the Details button to delete the cell and transition to the Details page.The Delete button successfully wrote the following cod...

2 years ago

1 answers
168 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
About Swift TableView Linking

Sorry for the basic question.Why do I link data source and delete on storyboard when I use tableView on Swift?I've been looking at how to use tableView on various sites, but I don't know the differenc...

2 years ago

1 answers
80 views
0
Data updates and Cell updates after TableView has been sorted

Hello I'm in trouble because I can't find it even if I look into it.I would like to ask you about updating cells when sorting UITableView functableView(tableView: UITableView, moveRowAtIndexPath sourc...

2 years ago

1 answers
106 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...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.