Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bibinjacobpulickal/bbdragresizableview
A sample project to show how to create a draggable and resizable NSView in Cocoa framework in AppKit using Xcode 11.4 on MacOS 10.15 using Swift 5.2
https://github.com/bibinjacobpulickal/bbdragresizableview
cocoa draggable macos nsview resizable swift
Last synced: 2 months ago
JSON representation
A sample project to show how to create a draggable and resizable NSView in Cocoa framework in AppKit using Xcode 11.4 on MacOS 10.15 using Swift 5.2
- Host: GitHub
- URL: https://github.com/bibinjacobpulickal/bbdragresizableview
- Owner: bibinjacobpulickal
- Created: 2019-06-06T13:23:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T14:41:44.000Z (over 4 years ago)
- Last Synced: 2023-10-19T18:11:28.140Z (about 1 year ago)
- Topics: cocoa, draggable, macos, nsview, resizable, swift
- Language: Swift
- Homepage:
- Size: 430 KB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BBDragResizableView
A sample project to show how to create a draggable and resizable NSView in Cocoa framework in AppKit using Xcode 11.4 on MacOS 10.15 using Swift 5.2---
![Platform](https://img.shields.io/badge/platform-MacOS-blue.svg?style=flat)
[![MacOS](https://img.shields.io/badge/MacOS-10.15-green.svg?style=flat)](https://www.apple.com/in/macos/catalina/)
[![Xcode](https://img.shields.io/badge/XCode-11.4-blue.svg)](https://developer.apple.com/xcode/)
[![Swift](https://img.shields.io/badge/Swift-5.2-orange.svg?style=flat)](https://developer.apple.com/swift/)## Working Example
## Example
Download the project.