I hereby claim:
- I am AppleBetas on github.
- I am applebetas (https://keybase.io/applebetas) on keybase.
- I have a public key whose fingerprint is 84DC 84E8 169F 6DB6 E7B3 03D5 CD41 B403 E6E0 7E2E
To claim this, I am signing this object:
// | |
// Device.swift | |
// | |
// Created by AppleBetas on 2015-12-30. | |
// Copyright © 2015 AppleBetas. All rights reserved. | |
// | |
import Foundation | |
class Device { |
# Remove alpha channel and replace with black | |
mogrify -background black -alpha remove -alpha off *.png | |
# Check alpha channel of images in directory (requires Xcode and command-line tools; not required) | |
sips -g hasAlpha *.png |
I hereby claim:
To claim this, I am signing this object:
// | |
// UIAlertAction+Image.swift | |
// | |
// Created by AppleBetas on 2016-09-11. | |
// Copyright © 2016 AppleBetas. All rights reserved. | |
// | |
import UIKit | |
extension UIAlertAction { |
// | |
// UIViewController+QuickAlert.swift | |
// | |
// Created by AppleBetas on 2016-09-11. | |
// Copyright © 2016 AppleBetas. All rights reserved. | |
// | |
import UIKit | |
extension UIViewController { |
// | |
// Colour.swift | |
// | |
// Created by AppleBetas on 2016-07-09. | |
// Copyright © 2016 AppleBetas. All rights reserved. | |
// | |
/* | |
Example usage: |