Model(s) | Physical Size | Points (Standard) | Points (Zoomed) | Scale | Device Resolution | Screen Resolution |
---|---|---|---|---|---|---|
iPhone 15 Pro Max | 6.7" | 430 x 932 | 375 x 812 | @3x | 1290 x 2796 | 1290 x 2796 |
iPhone 15 Pro | 6.1" | 393 x 852 | 320 x 693 | @3x | 1179 x 2556 | 1179 x 2556 |
iPhone 15 Plus | 6.7" | 430 x 932 | 375 x 812 | @3x | 1290 x 2796 | 1290 x 2796 |
iPhone 15 | 6.1" | 393 x 852 | 320 x 693 | @3x | device res | 1179 x 2556 |
iPhone 14 Pro Max | 6.7" | 430 x 932 | 375 x 812 | @3x | 1290 x 2796 | 1290 x 2796 |
iPhone 14 Pro | 6.1" | 393 x 852 | 320 x 693 | @3x | 1179 x 2556 | 1179 x 2556 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.swift | |
// Journal-Calendar-Demo | |
// | |
// Created by Seb Vidal on 30/04/2024. | |
// | |
import UIKit | |
class ViewController: UIViewController { |
The following are my on the fly notes taken at the 2017 Playgrounds Conference in Melbourne.
Disclaimer: There may be some errors
Chris Bailey, IBM
Need help getting the timer to fire? This checklist might help.
iOS Device (iPhone/iPad/iPod Touch):
- Notifications are enabled in 'Repeat Timer' (Settings in Repeat Timer app)
- Check that all Notifications options are enabled in the Settings app
- Do not disturb mode is not enabled
Apple Watch:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"manUpAppUpdateURL": "https://itunes.apple.com/app/id0000000?mt=8", | |
"manUpAppVersionCurrent": "99999.0", | |
"manUpAppVersionMin": "1.0" | |
} |
I hereby claim:
- I am trici on github.
- I am ricsantos (https://keybase.io/ricsantos) on keybase.
- I have a public key whose fingerprint is 26DA 1B4F F538 D298 97ED 7261 C667 4CC6 852C 1AB3
To claim this, I am signing this object:
Generate the list yourself:
$ cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/
Developer/SDKs/iPhoneOS*.sdk/System/Library/Frameworks/UIKit.framework/Headers
$ grep -H UI_APPEARANCE_SELECTOR ./* | sed 's/ __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_5_0) UI_APPEARANCE_SELECTOR;//'