Cocoa framework for improving AppKit
Перейти к файлу
Justin Spahr-Summers c48bb20e9d Add RBLView.cornerRadius
This way, it can be saved and reapplied just like other layer properties.
2012-11-25 23:17:06 -08:00
External ++specta for shared example and teardown improvements 2012-11-20 13:58:46 -08:00
Rebel Add RBLView.cornerRadius 2012-11-25 23:17:06 -08:00
Rebel.xcodeproj add a sheet block category on NSApplication 2012-10-24 09:54:03 -05:00
RebelTests Reapply layer properties when transitioning superviews or windows 2012-11-25 23:14:39 -08:00
.gitignore add DS_Store to the gitignore 2012-10-23 16:25:17 -05:00
.gitmodules Adding libextobjc, expecta, and specta submodules 2012-10-15 10:37:54 -07:00
CONTRIBUTING.md Adding CONTRIBUTING file 2012-11-15 15:32:22 -08:00
LICENSE.md Add vertical flippedness fix for RBLResizableImage 2012-10-08 16:33:38 -07:00
README.md Remove Contributing section from README 2012-11-15 15:33:47 -08:00

README.md

Rebel

Rebel is a framework to make AppKit easier to work with, using categories to fix bugs and make APIs nicer, and new classes to perform common tasks.

This framework is very much a work in progress at the moment, and should be considered alpha quality. Breaking changes may happen often during this time.

Getting Started

To start building the framework, clone this repository and then run git submodule update --init --recursive. This will automatically pull down any dependencies.

License

Rebel is released under the MIT license. See LICENSE.md.