Post

Replies

Boosts

Views

Activity

Dateformatter returns date in incorrect format
I have configured DateFormatter in the following way: let df = DateFormatter() df.dateFormat = "yyyy-MM-dd'T'HH:mm:ss'Z'" df.locale = .init(identifier: "en") df.timeZone = .init(secondsFromGMT: 0) in some user devices instead of ISO8601 style it returns date like 09/25/2024 12:00:34 Tried to change date format from settings, changed calendar and I think that checked everything that can cause the problem, but nothing helped to reproduce this issue, but actually this issue exists and consumers complain about not working date picker. Is there any information what can cause such problem? May be there is some bug in iOS itself?
1
0
217
1w
Multiline Large title
Hi, is there any information on how to implement such multiline large titles like in AppStore? I have implemented my own solution for multiline large title, but for me it's more preferable to use standard UIKit solution, which is implemented in AppStore app. Link for example - https://developer.apple.com/forums/content/attachment/f0673838-df91-497e-86e8-fa4c5aaaf942
4
0
6.5k
Jan ’21