Skip to content

Commit d614d26

Browse files
committed
feat(snacks): iOS prefersLargeTitles
1 parent a16c997 commit d614d26

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/snacks/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,20 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
237237
videoUrl: "https://youtube.com/embed/0zE5OjiJTk8",
238238
videoTitle: "Using dropdown menus with NativeScript",
239239
},
240+
{
241+
id: 16,
242+
title: "Large Title Display on iOS",
243+
href: "https://stackblitz.com/edit/nativescript-ios-large-titles-angular?file=src%2Fapp%2Fitem%2Fitems.component.ts",
244+
description: "How to enable large title displays for iOS navigation with NativeScript using prefersLargeTitles property of UINavigationBar, accessible from every Frame.",
245+
categories: [
246+
{
247+
title: "iOS prefersLargeTitles",
248+
href: "https://developer.apple.com/documentation/uikit/uinavigationbar/2908999-preferslargetitles?language=objc",
249+
},
250+
],
251+
videoUrl: "https://youtube.com/embed/bwgVIZSpZ00",
252+
videoTitle: "Enable large title displays for iOS Navigation",
253+
},
240254
// Not ready yet but will discuss with Dylan to update
241255
// {
242256
// id: 15,

0 commit comments

Comments
 (0)