AccessibilityUIExamples/Buttons/ButtonImages.swift
/* |
See LICENSE folder for this sample’s licensing information. |
Abstract: |
Constants for acessing button images. |
*/ |
struct ButtonImages { |
static let buttonUp = "CustomButtonUp" |
static let buttonDown = "CustomButtonDown" |
static let buttonHighlight = "CustomButtonHighlight" |
} |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-09-12