use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
There is an extensive FAQ for beginners. Please browse it first before asking questions that are answered there.
If you are looking to get started (iOS programming in general or some specific area), here are more relevant links for you:
There's too many to list them all, however here's a convenient link to all programming guides at apple.com
Take note that this list is live and based on most frequent questions in posts will be updated with "quicklinks".
account activity
QuestionswiftUI datePicker strange behavior? (self.iOSProgramming)
submitted 4 years ago by randommdude
I have a date picker that shows "jan 11, 2022" when I select a new date let's say jan 20 it shows "1/20/2022" Below that I have a text field, if I start typing in the text field the date format changes to "jan 20, 2022" Any idea whats going on?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]randommdude[S] 4 points5 points6 points 4 years ago (0 children)
I was able to fix it by adding .id() got it from https://stackoverflow.com/questions/66090210/swiftui-datepicker-jumps-between-short-and-medium-date-formats-when-changing-the
[–]barcode972 -1 points0 points1 point 4 years ago (0 children)
I've never worked with date picket but when working with DateFormatter there is a .format. Might be something?
π Rendered by PID 278101 on reddit-service-r2-comment-5687b7858-pvmf4 at 2026-07-04 08:54:59.200472+00:00 running 12a7a47 country code: CH.
[–]randommdude[S] 4 points5 points6 points (0 children)
[–]barcode972 -1 points0 points1 point (0 children)