Post

Replies

Boosts

Views

Activity

get device TimeZone as America/Los_Angeles format
I need the timezone of the device for a registration flow. It get's submitted to a backend server. I setup a device and adjusted the TimeZone to San Francisco and tried the following. swift let identifier = TimeZone.current.identifier The identifier is US/Pacific - looking nice to me. But the server developer isn't happy about that. He expects the format America/Los_Angeles I tried to get that fomat but failed, any solution to the issue?
8
0
2k
May ’21
UIStepper autorepeat & isContinuous not working
Hi, I use UISteppers inside UICollectionViewCells. I configured everything by Xib, but the autorepeat and isContinuous get ignored. IBAction method gets called once. If I tap and hold nothing happens. This. only happens inside CollectionViewCells - if used in a normal View or TableViewCell everything seems to work as expected. Anyone has seen this issue before and knows how to resolve it? Best Regards, Kai
2
0
583
Sep ’20
UITableView gets deselected at swpie action
Hi,I'm using a UITableViewController to sellect multiple cells.tableView.allowsMultipleSelection = true tableView.allowsSelectionDuringEditing = trueThis works fine until the user makes a swipe action. A the moment the swipe action start all TableViewCells get deselected. Is there a way to keep selection state?
4
0
2.7k
Nov ’18