Core Data does automatic schema migration for certain schema changes which are simple and straightforward. For other scenarios we will have to do manual schema migration. In this post we will see how to perform manual schema migration. I will demonstrate this taking example of the schema migration I had done for my app API Tester Pro (API Zen).
Apple documentation websites are fully dynamic. Simply saving a page won't show any content. So I wrote a script to archive Apple Documentation Archive offline. It's a node.js program. It will take few days around three or so to complete the download. It is recommended to run this in one go.
Open any video on YouTube app. Swipe down on the video to popover. This plays video on the side while we can browse the YouTube for other videos. Now switch to another app on the iPhone. The popover will continue playing while we browse another app. Without popover, the video stops playing and will require YouTube Premium, I guess.
Let's say we have two Pinterest accounts, Profile A and Profile B. Profile A has Board A. We want to move this board to Profile B. Here is a way that I follow.
To set a custom ringtone on an iPhone, first we need to purchase it through the iTunes Store. The purchased ringtones will appear under Settings > Sounds & Haptics > Ringtone. I don't see those in the Tone Store listed anywhere. When moving to a new phone, sign in to the Apple account and tap Download All Purchased Tones to get the ringtones synced to the new device. There are manual ways to set…
Apple Developer is on LinkedIn now. Nice to see Apple embracing a platform that is not their own. Helps with the latest news and articles from Apple related to development for the Apple platform.
Here is the step to follow to download Microsoft Teams video that does not have a download option available. We can construct the URL ourself, but that would be too cumbersome. There is an excellent Chrome Extension which finds and constructs the URL which can be downloaded with ffmpeg. The Chrome extension is SharePoint-Video-Downloader-Extension by MexxDirkx.
My main software projects are now citable for research. DreamLisp, API Zen and Bookmarks Organizer now have DOIs (Digital Object Identifiers) through Zenodo. Zenodo is built and operated by CERN and OpenAIRE.
Let's say we have many files stored in the file system which are referenced in other places like a database. Here in the DB, we will have the file path. However if we don't have a specific methodology to store these files, then accessing them can be less efficient. Means, if we use one folder for all the files where there could be a huge number of files, this can lead to potential issues.…