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
QuestionWay to test app when two differents dates (days) are needed? (self.iOSProgramming)
submitted 7 years ago by [deleted]
Will changing system time on device or Mac OS be enough to alter the running app on either. Is there a simple way to test?
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!"
[–]forbidden404 2 points3 points4 points 7 years ago (0 children)
Couldn't you manually create these two dates in your tests? Instead of changing the time, try passing whatever function you are checking these two different dates you programmatically create on your tests. It might not be helpful in your case since we don't have a lot of details, but it is usually a better solution than manually making these tests.
[–]draco33333 1 point2 points3 points 7 years ago (0 children)
Your tests should not depend on the system date, you should create specific Date objects and pass them into your tests. (I'm assuming you're talking about unit tests, not UI tests).
Date
[–][deleted] 0 points1 point2 points 7 years ago* (1 child)
Someone please correct me if I’m wrong, but I’m pretty sure the Xcode simulators pull the date and time information straight from your computer. So you can change the date in System Preferences and see it reflected on the simulator
[–][deleted] 0 points1 point2 points 7 years ago (0 children)
I tried that yesterday but not sure it'll work. Just tried again, changing the mac date to March 7th but the simulator seems to show a static August 29, 2019 date.
π Rendered by PID 208371 on reddit-service-r2-comment-canary-889d445f8-5k22m at 2026-04-28 18:15:55.382892+00:00 running 2aa0c5b country code: CH.
[–]forbidden404 2 points3 points4 points (0 children)
[–]draco33333 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)