20 questions
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...
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 ...
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...
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...
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...
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...
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.(...
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...
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...
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 - | » |
© 2024 OneMinuteCode. All rights reserved.