Post

Replies

Boosts

Views

Activity

DatePicker (iOS14) flips date numbers
Hey, I have encountered a bug in which it flips the date numbers when showing modal date selector. Image and videos below. I don't know if it related to Hebrew being the main language or it is just a bug. Already opened a feedback case 3 months ago and nobody has answered even after I contacted Apple and updated the case regularly. https:// streamable . com / w	 n	 9	 q	 5	 l 	 var body: some View { 				VStack(){ 						Form { 								DatePicker(selection: $printDate, in: ...Date(), displayedComponents: .date) { 										Label("Choose Date", systemImage: "calendar").font(.headline) 								} ....... } }
5
0
866
Dec ’20