cocoa-framework
There are 43 repositories under cocoa-framework topic.
bojan/Thingy
A modern device detection and querying library.
NikolaGrujic91/Cocoa-macOS-Examples
Cocoa examples for macOS written in Objective-C.
BlueHuskyStudios/BezelNotification
You know those dark, vibrant square notifications macOS does when you change the volume 'n' stuff? This is like that, but you can actually use it in your projects.
IamSanjid/RMB
Mouse Panning for Ryujinx(https://ryujinx.org/)
SoufianHossam/TempGenerator
TempGenerator is a menu bar application for Mac OS X that helps you generate boilerplate code in a matter of seconds, just by drag and drop movements.
drkameleon/delicious
Swift language extensions and Cocoa utilities for macOS/iOS
daltyboy11/DSColorPicker
Lightweight views for all your color picking needs.
GuanSuns/Mac-iPhone-Audio-Recorder
Audio Recorder on Mac OS or iOS, which uses AVCaptureAudioDataOutput to achieve buffer-level control.
ColleagueRiley/Silicon-h
An *single-header* alternative, pure C-focused wrapper to Apple's Cocoa API for OS X app development. Requires little to no Objective-C knowledge to use. Based on the original Silicon by EimaMei! Written in Pure C, no objective-c nonsense.
suewonjp/Hooky
Hooky is a tiny Mac OS X application that can enhance your shortcut/hotkey usability.
NikolaGrujic91/Cocoa-macOS-Outline-View-Checkbox
This repository contains implementation of view based NSOutlineView with checkbox cells and with data source and delegate set programmatically.
NikolaGrujic91/Cocoa-macOS-Table-View
This repository contains implementation of cell based Table View (NSTableView) where data source, delegate, column identifiers and column sort descriptors are set programmatically
amatino-code/amatino-mac
[Under Construction] MacOS Amatino client application
jean-melikian/silverplate-ios
A system event helper for iOS
zetasq/MenuBuilder
A simple DSL for NSMenu and NSMenuItem.
chowdhurynawaf/Link-It
The idea behind Link-It app is very simple . It makes any kind of link clickable . Say you have copied a link from word pad and paste it in somewhere like in any forum and unfortunately found that it's not clickable . It just appears to be a plain text . So Link-It will help you to convert it to a clickable link.
MallikarjunH/Login_Screens_UI-Designs
This repository contains different sample UI projects for different Login screens/UI/Design with different logics
NicoAcosta/swift-fito-framework
Some handy functions I use frequently for iOS development.
NikolaGrujic91/Cocoa-macOS-Determinate-Progress-Bar
This repository contains implementation of NSProgressIndicator which value is updated using NSTimer.
NikolaGrujic91/Cocoa-macOS-Modal-Window
This repository contains implementation of Modal Window
NikolaGrujic91/Cocoa-macOS-View-Swapping
This repository contains implementation of swapping NSView objects with animated transition.
NikolaGrujic91/Cocoa-macOS-Web-View
This repository contains implementation of simple web browser using WKWebView with support for go forward, go back and url validation.
NikolaGrujic91/Cocoa-macOS-Web-View-Load-Local-File
This repository contains implementation of loading local .html file in WKWebView.
NikolaGrujic91/Cocoa-macOS-Alert-Panels
This repository contains implementation of Alert Panels
NikolaGrujic91/Cocoa-macOS-Background-Thread
This repository contains implementation of background thread using Grand Central Dispatch (GCD).
NikolaGrujic91/Cocoa-macOS-Combo-Box-Autocomplete
This repository contains implementation of NSComboBox autocomplete feature.
NikolaGrujic91/Cocoa-macOS-Custom-Views
This repository contains implementation of multiple NSCustomViews in same window.
NikolaGrujic91/Cocoa-macOS-Drag-and-Drop-Table-View
This repository contains implementation of Drag and Drop functionalities for NSTableView.
NikolaGrujic91/Cocoa-macOS-Mouse-Events
This repository contains implementation of Mouse Events handlers in NSView
NikolaGrujic91/Cocoa-macOS-Notifications
This repository contains implementation of Notifications
NikolaGrujic91/Cocoa-macOS-Outline-View
This repository contains implementation of cell based NSOutlineView where data source and delegate are set programmatically.
NikolaGrujic91/Cocoa-macOS-Pasteboards
This repository contains implementation of cut, copy and paste operations using pasteboards (NSPasteboard)
NikolaGrujic91/Cocoa-macOS-Preferences-Panel
This repository contains implementation of Preferences Panel
NikolaGrujic91/Cocoa-macOS-Undo-Manager
This repository contains implementation of Undo Manager functionalities
NikolaGrujic91/Cocoa-macOS-Web-View-JavaScript-Communication
This repository contains implementation of WKWebView calling methods from JavaScript, and JavaScript sending messages to WKWebView over WKScriptMessageHandler.
psksvp/MinimalCocoa
Minimal swift code for a single window with an NSView