https://github.com/fromkk/catalystsampler
example code list for Catalyst Deep Dive(ebook)
https://github.com/fromkk/catalystsampler
catalyst ipados macos macos-catalyst swift5 swiftui
Last synced: 26 days ago
JSON representation
example code list for Catalyst Deep Dive(ebook)
- Host: GitHub
- URL: https://github.com/fromkk/catalystsampler
- Owner: fromkk
- Created: 2020-01-21T03:46:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T06:59:59.000Z (almost 5 years ago)
- Last Synced: 2025-04-23T22:52:33.960Z (26 days ago)
- Topics: catalyst, ipados, macos, macos-catalyst, swift5, swiftui
- Language: Swift
- Size: 714 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CatalystSampler
This repository is sample code list for macOS Catalyst.
## Environment
- macOS Catalyst or over
- Xcode 11 or over## Sample codes
- Menu
- MenuBarProvider

- Context Menu
- ContextMenuView(SwiftUI)

- ContextMenuViewController(UIKit)

- ContextTableView

- ContextCollectionView

- Window Scene Control
- SceneControlView

- SceneListView
- Toolbar
- ToolbarDelegate

- Touch Bar
- TouchBarView
