• Stars
    star
    104
  • Rank 330,604 (Top 7 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An example project demonstrating Mac Catalyst features

Catalyst Playground

An example project demonstrating Mac Catalyst features

Screen Shot 2019-07-24 at 3 08 22 PM

Running

To run the project, clone and cd into the repo, then:

bundle install --path vendor/bundle
bundle exec pod install
xed .

Then click the run button!

(Note that the project compiles on Mac and on iPad, but some features like the toolbar and appkit bundle bridging are not available on iPad)

More Repositories

1

cifilter.app

CIFilter documentation and examples project
Swift
248
star
2

NGUIButtonInsetsExample

Example app which shows how UIButton insets work
Swift
219
star
3

ColorCompatibility

Use iOS 13+ system colors while defaulting to light colors on iOS <=12
Swift
106
star
4

NGSystemColorComparison

A small app which shows the system UIColors and generates code for backwards compatibility
Swift
64
star
5

sfsymbols.com

SF Symbols reference site
JavaScript
62
star
6

NGSwiftUITableCellSizing

Demonstrates issues with SwiftUI views inside self sizing UITableViewCells
Swift
45
star
7

NGPopoverForceResizeTest

A UIKit interaction where two view controllers are presented in a nav controller as a popover
Swift
31
star
8

SFSymbolsGenerator

The sample app which generates images for sfsymbols.com
Swift
14
star
9

xcodeproj-sort-pre-commit-hook

A pre-commit hook that sorts your xcodeproj file
Ruby
13
star
10

seemorejs

A lightweight, simple jQuery plugin for partial collapse and expand of html.
CoffeeScript
10
star
11

NGCAMetalLayerAnimationExample

Example of animating changes in a CAMetalLayer
Swift
8
star
12

NGAppKitSystemImages

Sample app showing AppKit system images
Swift
5
star
13

MetalByExampleExamples

Example app for working through examples from Metal By Example
Swift
4
star
14

NGXCTestNotFoundExample

Issue with XCTest.h not being found on Xcode 12 beta 1. Apple feedback: FB7775577
Objective-C
4
star
15

noahgilmore.com

My personal website/blog
MDX
4
star
16

NGUIViewLayerBackgroundColorTest

Example app which demonstrates that layers which back views do not have implicit animations by default
Swift
2
star
17

simplegit

A python module for simple interaction with git via subprocess
Python
2
star
18

sonar-testing-example-projects

Collection of example projects using Sonar (fbsonar.com)
Objective-C
2
star
19

SwiftIndiaDemo

Demo for Swift India 2019: Using AppKit bundles to customize a Catalyst app
Swift
2
star
20

NGConditionalModifierIssue

Demonstrates an issue with conditional modifiers in SwiftUI on macOS
Swift
1
star
21

quicktour.js

Intuitive, pretty jQuery website tours.
CoffeeScript
1
star
22

NGTextViewCustomBackgroundDrawingExample

Example of how to draw a custom border around part of text in an NSTextView
Swift
1
star
23

NGSwiftUITextAttachmentDemo

Demo of using arbitrary SwiftUI views as NSTextView attachments
Swift
1
star
24

DefaultDict

A Swift microframework for for dictionaries with default values
Swift
1
star
25

dotfiles

For easy setup of new machines
Shell
1
star
26

tile-world-mac

Mac update for Tile World
C
1
star
27

gatsby-json-pages-example

Example of how to generate Gatsby.js pages from a json file
CSS
1
star
28

NGUIStackViewAnimationTest

An example of using UIStackView animations
Swift
1
star
29

NGSwiftUIRelativeDateTimeFormatterExample

Example code for a blog post about how to use RelativeDateTimeFormatter in SwiftUI
Swift
1
star
30

resources

A collection of useful pages to refer to for various technologies. Anything I always find myself coming back to for reminders. Cheat sheets, tutorials, etc.
1
star
31

sketch-preset-icons-generator

Python scripts to generate Sketch export presets for icons
Python
1
star
32

userdefaults-set-nil-example

Example demonstrating the behavior of UserDefaults.set(nil, forKey:) in iOS 10
Swift
1
star