Skip to main content

All Questions

Tagged with
0 votes
1 answer
51 views

What's wrong with my uitableviewcontroller under iOS13?

I am dropping iOS 12 support in order to take advantage of SwiftUI in the future version releases —though the new version I am working on (that drops the rewarded ads business model) does not use ...
Stéphane de Luca's user avatar
0 votes
1 answer
109 views

Incorrect difference in rendering accessory/disclosure indicator between iOS 12.x and iOS 13.x

In an app I developed and sell in the App Store, when run, beginning under iOS 13, the background area of the disclosure accessory used in the app's custom table cells is not transparent, overlaying ...
larick's user avatar
  • 259
0 votes
1 answer
999 views

UITableViewDiffableDataSource and NSDiffableDataSourceSnapshot for different objects shows only one row

I've implemented UITableView using UITableViewDiffableDataSource and NSDiffableDataSourceSnapshot like private typealias ListDataSource = UITableViewDiffableDataSource<Section, Wrapper> ...
Harshal Wani's user avatar
  • 2,339
0 votes
2 answers
164 views

cellForRowAt not called for TableView

I have read UITableView method cellForRowAtIndexPath not called and tried every combination of constraints....and I'm convinced my issue is unrelated. Maybe it has something to do with my ...
hunterp's user avatar
  • 15.9k
0 votes
1 answer
802 views

Handle changed size of AccessoryType in iOS 13

About a year ago I asked a question about how to place an AccessoryType.checkmark on the very right of specific cells in a UITableView. This was solved by constraining the trailing space of the ...
Neph's user avatar
  • 1,941
2 votes
1 answer
2k views

UITableView And Diffable Data Source when supporting iOS 12 and 13

I have implemented UITableView Diffable Datasource in my project. It's working fine in IOS 13. When I run this application below iOS 13 Version then it gives me warning that it available on ios 13 ...
Yogesh Patel's user avatar
  • 1,997
7 votes
3 answers
2k views

Rounded corners for cell preview in the "insetGrouped" style (iOS 13)

I have found an annoying problem with UITableView when it is in the insetGrouped style. When implementing contextMenuConfigurationForRowAtIndexPath method, it allows to peek-and-pop cell preview with ...
Mikhail Lomtev's user avatar
2 votes
1 answer
2k views

swift tableView.contentSize.height different iOS 13 and iOS 11 , why?

my code is paymentTableviewHeight.constant = paymentTableView.contentSize.height but different result iOS versions. It works correctly when I try it on ios 11 but iOS 13 is shorter.
sena's user avatar
  • 53
4 votes
2 answers
2k views

[NSPlaceholderString initWithString:]: nil argument' on iOS13

Heres my situation i have a UICollectionView nested inside a UITableVIew the table view scrolls vertically and the collection view scrolls horizontally inside the table view. i have made the ...
Surafel's user avatar
  • 735
2 votes
1 answer
2k views

How to create SwipeActionsConfigurationForRowAt in List view - SwiftUI (iOS 13)?

I want to create a list view in SwiftUI where I can show two buttons for different actions when user swipe left. I know there is an option for delete (.onDelete(perform: delete)) but I want to add ...
Mohammad Mugish's user avatar
0 votes
0 answers
264 views

iOS SwipeAction sometimes moves behind UITableViewCell and it doesn't move when swiping left or right

I implement in controller, my device testing is iPhone6S iOS 13.3.1, Xcode version is 11.3.1, my project is in Swift 5. when I swipe to left or right sometimes the swipeview move behind cell and cell ...
TimeLoRd's user avatar
0 votes
0 answers
285 views

Get actual width of subview in UITableviewCell

I'm trying to get the width of one of my subviews inside a UITableview cell. Below is the storyboard layout. Here I'm trying to get the testView width programmatically. This is my cell class. class ...
iOSDev2013's user avatar
2 votes
2 answers
437 views

iOS13 - UITableView + UISearchController with custom hidesSearchBarWhenScrolling behavior

On iOS 13, if you set hidesSearchBarWhenScrolling to true, the view controller will hide the search bar, and you have to scroll down to reveal it. If you set it to false then it is immediately shown ...
Zsolt's user avatar
  • 3,720
0 votes
0 answers
51 views

Static TableViewController not showing cells on presentation

I'm trying to present a settings screen in my app, implemented as a UITableViewController of style .insetGrouped with static cells. The UITableViewController is designed in storyboard and I'm ...
Eilon's user avatar
  • 2,952
0 votes
2 answers
933 views

Capture a screenshot of UITableView/ScrollView including offscreen parts is no longer works with iOS 13

Thanks to gleb vodovozov's idea , I can capture the image of entire my TableView including offscreen parts but the superview doesn't restore my TableView as its "before changes" position after using ...
NguyenTon's user avatar

15 30 50 per page