Skip to content

Commit c329300

Browse files
committed
feat(snacks): ios spotlight search
1 parent 42865f2 commit c329300

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
@@ -293,6 +293,20 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
293293
videoUrl: "https://youtube.com/embed/bXSyBTGJIlc",
294294
videoTitle: "Top Bar Height with NativeScript",
295295
},
296+
{
297+
id: 19,
298+
title: "iOS Spotlight Search",
299+
href: "https://stackblitz.com/edit/nativescript-ios-spotlight-search?file=src%2Fapp%2Fitem%2Fitem.service.ts",
300+
description: "How to allow app content to be searchable using iOS Core Spotlight.",
301+
categories: [
302+
{
303+
title: "iOS Core Spotlight",
304+
href: "https://developer.apple.com/documentation/corespotlight",
305+
},
306+
],
307+
videoUrl: "https://youtube.com/embed/uzzMskFL5g8",
308+
videoTitle: "Use iOS Spotlight Search with NativeScript",
309+
},
296310
// Not ready yet but will discuss with Dylan to update
297311
// {
298312
// id: 15,

0 commit comments

Comments
 (0)