I'm new to Swift, trying to build a simple toDoList using UIKit. For now, I'm trying to approach it the simplest way possible, so the data is appended in viewDi
There is one strange crash in Firebase Crashlytics logs that occurs quite often, saying: Crashed: com.apple.main-thread 0 AppName 0xd454 S
This issue does not exist when my app is run on the iPhone, and it also doesn't exist in the simulator, but whenever I run the app on my physical iPad this weir
I have the following code to search a database for recipes then return that data to my View Controller: var discoveredRecipe: RecipeDiscovered? = nil func sear
I have two UITableViews on my view with two buttons acting as tabs on top of the view. I hide and show one of the tableview based on user selection. When I come
So I have a UITableViewController with a UISearchBar. I want to simply select a name and then unwind back to the AddTicketTVC with the selected info. This works
I have a UITableview with the below view hierarchy. UIViewController |--UITableView |--WKWebview |--ScrollView |--UIView The UIView i
I'm trying to create a custom List cell in SwiftUI, where the drag-icon in Edit Mode stays inside the cell. By default, the cell gets horizontally shrinked do m
How to change the extra padding above UITableView section headers that has started to appear in iOS 15?
hope you're well, i am working on an app which uses TableView for showing feeds to user using ViewModel and my ViewModel contains a variable which contains data
I have a UITableViewController and when the user taps an "edit" button, I display a toolbar at the bottom of the screen. I create a shadow on top of the toolbar
The problem I'm using a UITableView to show the list of transactions of a credit card. If the transaction is a chargeback, I'm adding a strikethrough style to
I am trying to render out a UITextView within a UITableViewCell. For some reason the last line of my text is being cut off. I have followed numerous posts on h
I'm trying to create a view that has some labels and a UITableView. First of all i tried to create a UIView => UIScrollview => UIView + UITableView After
I'm using the new NSDiffableDataSourceSnapshot and UITableViewDiffableDataSource with a UITableView. I'm having no problems building the table but I'm having pr
In my app, I have a screen where I need to support voice over accessibility. The screen has a TableView and inside that a collectionView. When voice over is ON
In my project I have multiple types of UITableview cell each containing UICollectionview. Initially I loaded 2 tableViewcell in 2 sections of UITableview. At
I'm doing pagination using UITableViewDataSourcePrefetching. The values will be taken from the Realm local storage. I will get an array of objects. These values
This is actually a tableview and tableview cell, and i wanted to add a Submit button after the end of the tableview cell, but how do i do it? I tried to do it
I have a UIView in a custom UITableViewCell and I want to round just bottom Left and Right corners of that view. I'm doing the following, but it's not working: