Currently, iOS 14 is only for Apple Developer Program members (got to pay $99). So if you want to get it without paying $99, you'll need to wait:
The public beta will be available July (watch the keynote at 1:46:44)
It will available for everyone in Fall
The $99 price doesn't only let you download iOS 14 -- you also get the ability to distribute apps and make money from them, as well as access previews of other beta operating systems like macOS Big Sur.
Post
Replies
Boosts
Views
Activity
I've never done this before but you can check out some of these Apple Support articles:
Restore your iPhone, iPad, or iPod touch from a backup - https://support.apple.com/en-us/HT204184#computer
Restore all content to iPhone from a backup - https://support.apple.com/guide/iphone/restore-all-content-from-a-backup-iph1624229a/ios
It's already available in the "Pricing and Availability" page, but if you're not seeing it, try this:
Go to appstoreconnect.apple.com/apps - https://appstoreconnect.apple.com/apps
You'll see a banner that says "iOS Apps on Mac... Edit Availability" (screenshot - https://github.com/zjohnzheng/DeveloperAssets/blob/master/appStoreConnectBanner.png)
Click on "Edit Availability"
A screen will pop up. Uncheck your app, then click done. (screenshot - https://github.com/zjohnzheng/DeveloperAssets/blob/master/makeAvailable.png)
That's it!
I'm not a Windows user but maybe check your recent files?
View recent files with the Run Dialog Box Open the Run Dialog Box with the keyboard shortcut Windows Key + R
Enter shell:recent
This will open the folder listing all of your recent items. The list can be quite long and may contain items that are not as recent, and you may even want to delete some of them.
Source: howtogeek.com/274573/how-do-you-get-the-all-recent-files-list-back-in-windows-10/
This WWDC was mind-blowing. ARM chips! Big Sur! And App Clips! Amazing how so many features weren't leaked!
If you're using the Storyboard, go to the Attributes Inspector and try setting Distribution to "Fill Equally" or "Fill Proportionally". Also make sure that the base stack view (the one that contains the other stack view) has constraints set up for all 4 sides.
@Britishfrog, Swift 2.0?! Swift is at 5.2 already! You meant SwiftUI right?
Anyway, WWDC is now only 15 minutes away! Let's go!
I filed a bug.
Here's the link - https://feedbackassistant.apple.com/feedback/7745148
And here's the ID: FB7745148
I agree with @Sangsom about the books. You can even check some out from a public library -- they might be outdated, but anything above Swift 3 will still make sense.
However, books aren't for everyone, and a video course may be a better place to start (you can follow step by step easier). Books can also be expensive, as they average around $50.
Are you using Xcode or the Swift Playgrounds app to run your playground?
Does Xcode highlight the line of code which produces the error in red? If so, could you post the code?
I'm pretty sure it's forever (unless deleted), but you have the option of resetting - https://developer.apple.com/app-store/ratings-and-reviews/ the "summary rating":
Individual ratings inform your app’s summary rating, which is displayed on your product page and in search results. This summary rating is specific to each territory on the App Store and you can reset it when you release a new version of your app. However, we recommend using this feature sparingly; while resetting the summary rating can ensure that it reflects the most current version of your app — useful if an update addresses users’ previous concerns — having few ratings may discourage potential users from downloading your app. The "summary rating" is the 5 stars shown next to your app's title on the App Store.
2. People can only leave reviews once (It's tied to your Apple ID).
To delete reviews, you can flag inappropriate ones for Apple to remove.
Users can also delete their own reviews.
Doesn't work now in the new Developer Forums...
Update: I'm now able to edit a post that I made 10 minutes ago, but I still can't edit those published before that.
Edit: The Forums Support - https://developer.apple.com/support/forums says:
You can edit any content that you’ve authored for up to one hour after posting.
I would like to be able to edit my questions (there's no button)! And your profile page is rarely refreshed -- I posted a couple questions yesterday and so far only the first one has shown up. It would also be nice to see the upvote/downvote count.
Some links are restricted too. There seems to be a whitelist -- I can't link to Hacking With Swift or raw.github.com.
This URL can't be included in your post. Please remove it to continue. And for some reason, links that include '%' get an auto-generated '25' after each of them. For example:
https://github.com/zjohnzheng/DeveloperAssets/blob/master/Shot%202020-06-19%20at%201.09.00%20PM.png
when pressed, results in a 404.
That's because the Forums added '25' in front of every '%'.
https://github.com/zjohnzheng/DeveloperAssets/blob/master/Shot%25202020-06-19%2520at%25201.09.00%2520PM.png
The search functionality is also pretty bad. I second your request of sorting results "by most recent, most votes, most relevant."