iOS Tips
View iMessage Sent Times
Drag the message bubble to the left. All the message sent times are displayed on the right-hand-side of the page.
Reference:
Print to PDF
In the app you wish to create a PDF from, e.g. Safari, click the
share
icon.Select the
Print
option.Pinch the first page of the preview window. If that doesn't work, pinch out instead of in. A full-screen preview should open.
Click the
share
icon in this new window.Chose the
Add To iCloud Drive
option orImport with iBooks
Reference:
Remote Debugging Javascript on iPad
You need a macOS device to debug Safari running on an iPad.
On the iPad,
Settings -> Safari -> Advanced
and enableWeb Inspector
.Enable the developer tools in the iMac desktop Safari,
Preferences -> Advanced
, enableShow Develop menu in menu bar
.Plug the iPad into the iMac using the USB cable.
The remote device will be listed on the desktop Safari 'Develop' menu, with a choice of pages on the remote device to view the console output.
Clearing iOS Safari cache
Start debugging javascript on the iPad using an iMac as described above.
Select the iPad by name and the page to debug from the 'Develop' menu on the iMac.
The
Web Inspector
window opens on the iMac.Mouse-hovering over the toolbar reload icon shows the keyboard shortcuts for reloading the page. Press
Shift-Command-R
to reload the page.Use the
Network
tab to debug which resources are, or are not, being reloading.
You can also try using the Empty Caches
option on the Develop
menu of
Safari on the iMac.
See also How to force a reload on web page?? for some more suggestions.
iTunes Local Backups
iTunes version 12.7 stores iOS backups under
~/Library/Application Support/MobileSync/Backup
Apple Watch Backups
Playing MP3 Files as Podcasts
Apple Community - How to convert mp3 to podcast
Convert HEIC to PNG
On your macOS desktop, install ImageMagick using MacPorts:
$ sudo port install ImageMagick
Convert with:
$ convert IMG_IN.HEIC IMG_OUT.PNG
See the man pages for ImageMagick for more options.
Cleaning Up Duplicate Photographs
See fdupes.
Apple Music
Artwork Muddled Up
The symptoms are seeing the wrong album artwork against songs. If you use iTunes to sync your music, force it to re-sync the entire music library:
Locate the device in Finder on the Mac and select the Music tab
Deselect
Sync music onto ...
Click `Apply' and handle the warning message
All the music and playlists are removed from the iPhone/iPad, except for purchased music. It does seem this process also fixes the artwork on the purchased music. Presumably it forces a rebuild of one or more indexes.
Re-select
Sync music onto ...
Click
Apply
All the relevant music and playlists are re-synced to the iPhone/iPad
Dolby Atmos
You can use the Music application on macOS to find music in your library that has been mixed with Dolby Atmos as follows:
Select
Songs
underLibrary
from the left side-bar of the Music applicationIf the
View Options
dialog is not showing, selectView > Show View Options
from the main menuIn the
View Options
dialog, select theKind
option underFile
In the
Sort by:
drop-down, selectKind
Scroll the list of songs until you see the
Kind
column showingHLS media
. These appear to be songs that have been mixed with Dolby Atmos or are Lossless.To check a specific song, right-click it and select
Get Info
or chooseSong > Info...
from the main menu. Click theFile
tab. Theavailable
field showsDolby Atmos
if it is an available format. Pressing theCommand
and[
or]
keys (left and right square brackets) in the pop-up will cycle through the previous and next songs allowing you to more quickly check multiple songs.
You can also do this in a playlist using the View Options
dialog to change
the View As:
option to Songs
and sort by Kind
.
Miscellaneous
- Open-Source iOS Apps - A collaborative list of open-source iOS, watchOS and tvOS apps
-- Frank Dean - 8 Jul 2017
Related Topics: iOSDevelopment, MacOSXTips