An open API service indexing awesome lists of open source software.

https://github.com/chris-huxtable/cbhaboutwindow

A fancier about window. Designed for my ease-of-use, but flexible enough for anyone.
https://github.com/chris-huxtable/cbhaboutwindow

about objective-c objective-c-library

Last synced: 25 days ago
JSON representation

A fancier about window. Designed for my ease-of-use, but flexible enough for anyone.

Awesome Lists containing this project

README

        

# CBHAboutWindow

[![release](https://img.shields.io/github/release/chris-huxtable/CBHAboutWindow.svg)](https://github.com/chris-huxtable/CBHAboutWindow/releases)
[![pod](https://img.shields.io/cocoapods/v/CBHAboutWindow.svg)](https://cocoapods.org/pods/CBHAboutWindow)
[![licence](https://img.shields.io/badge/licence-ISC-lightgrey.svg?cacheSeconds=2592000)](https://github.com/chris-huxtable/CBHAboutWindow/blob/master/LICENSE)
[![coverage](https://img.shields.io/badge/coverage-95%25-brightgreen.svg?cacheSeconds=2592000)](https://github.com/chris-huxtable/CBHAboutWindow)

A fancier about window. Designed for my ease-of-use, but flexible enough for anyone.

## Screenshot



## Examples:

Adding a controller so that once the window is closed both the window and controller are released.
```objective-c
CBHAboutWindowController *controller = [CBHAboutWindowController controller];

/// Setup...
[controller setTitle:@"Great Western Railway"];
[controller setVersion:@"1.0.0β"];
[controller setAuthor:@"Engineered by Isambard Kingdom Brunel"];
[controller setCopyright:@"Copyright © 1835 Isambard Kingdom Brunel. All rights reserved."];

[controller setWebsiteURL:[NSURL URLWithString:@"https://en.wikipedia.org/wiki/Great_Western_Railway"]];

[controller showWindow:self];
```

## Licence
CBHAboutWindow is available under the [ISC license](https://github.com/chris-huxtable/CBHAboutWindow/blob/master/LICENSE).