Requires Xcode 16 Beta with iOS 18 simulator.
ns-ios18-symbols.mp4
ns-ios18-metal.mp4
Example from WWDC24 10151: https://developer.apple.com/videos/play/wwdc2024/10151/
Adjust app-routing.module
from:
{ path: '', redirectTo: '/items', pathMatch: 'full' },
to:
{ path: '', redirectTo: '/metal', pathMatch: 'full' },
Run with: ns debug ios
Try changing imageSrc
to different included assets in App_Resources/iOS/Assets.xcassets
such as:
Lily Pads
, Fish
, Succulent
, palm_tree
.
<SwiftUI
swiftId="rippleView"
[data]="{ imageSrc: 'Lily Pads' }"
ns debug ios --no-hmr
https://developer.apple.com/sf-symbols/
Adjust app-routing.module
from:
{ path: '', redirectTo: '/items', pathMatch: 'full' },
to:
{ path: '', redirectTo: '/sf-symbols', pathMatch: 'full' },
Now run with: ns debug ios
ns debug ios --no-hmr
https://x.com/MengTo/status/1802651973344456822
Adjust app-routing.module
from:
{ path: '', redirectTo: '/items', pathMatch: 'full' },
to:
{ path: '', redirectTo: '/animated-text', pathMatch: 'full' },
Now run with: ns debug ios
ns debug ios --no-hmr
https://x.com/MengTo/status/1802895763334422643
Adjust app-routing.module
from:
{ path: '', redirectTo: '/items', pathMatch: 'full' },
to:
{ path: '', redirectTo: '/siri', pathMatch: 'full' },
Now run with: ns debug ios
ns debug ios --no-hmr
https://developer.apple.com/videos/play/wwdc2024/10151/
Adjust app-routing.module
from:
{ path: '', redirectTo: '/items', pathMatch: 'full' },
to:
{ path: '', redirectTo: '/parallax', pathMatch: 'full' },
Now run with: ns debug ios
ns debug ios --no-hmr