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?
Post
Replies
Boosts
Views
Activity
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
I trie to download lates beta of macOS Big Sur. But loading never stops. It reaches 9.56 GB of 9.56 GB but sill shows loading - for 12 hours now.
Anyone knows what problem this is and how to slove it?
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?