SpotlightSearch:用SwiftUI和Combine编写的Spotlight搜索UI 源码
热点搜索 使用SwiftUI和Combine编写的Spotlight搜索UI。 SpotlightSearch旨在提供macOS Spotlight搜索UI / UX及更高版本。 屏幕截图 YouTube视频网址链接,了解其在黑暗模式下的工作方式: YouTube视频URL链接,以了解其在正常模式下的工作方式: 乍看上去 // MARK: - Body var body: some View { SpotlightSearch ( isSearching :$isSearching, didChangeSearchText : { self . viewModel . searchText = $0 }, didTapSearchItem : { self . viewModel . searchText = $0 }) {
文件列表
SpotlightSearch:用SwiftUI和Combine编写的Spotlight搜索UI
(预估有个111文件)
.gitignore
1KB
SpotlightSearch.podspec.json
672B
Pods-QuickExample-umbrella.h
326B
Pods-SwiftUIExample-umbrella.h
330B
SpotlightSearch-umbrella.h
322B
Contents.json
62B
Contents.json
309B
Contents.json
2KB
Contents.json
314B
Contents.json
62B
暂无评论