Name | Date | Location | Status |
---|---|---|---|
iOS Conf SG | January 15-18 | 🇸🇬 Singapore | Happened |
dotSwift | February 3 | 🇫🇷 Paris | Happened |
MobOS | February 20-21 | 🇷🇴 Cluj Napoca | Happened |
Appdevcon | March 10-13 | 🇳🇱 Amsterdam | Postponed |
try! Swift Tokyo | March 18-20 | 🇯🇵 Tokyo | Cancelled |
CodeMobile | April 28-29 | 🇬🇧 London | Cancelled |
App Builders | May 11-12 | 🇨🇭 Lugano | Online |
UIKonf | May 18-19 | 🇩🇪 Berlin | Online |
This file contains hidden or 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
WWDC 22 | |
iOS 16 | |
Lock screen: | |
- customizations: widgets, fonts, colors, wallpaper (portrait mode, clock under subject) | |
- Notifications: live activities. Auto-update notifications on the home screen. Api in an ios 16 update later in the year | |
- Focus mode integrated on lock screen | |
- |
This file contains hidden or 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |