FeedbackItem
public struct FeedbackItem
A single feedback item displayed on an instance of FeedbackViewController
.
-
The title of feedback item. This will be rendered directly below the image.
Declaration
Swift
public var title: String
-
An image representation of the feedback.
Declaration
Swift
public var image: UIImage
-
The type of feedback that best describes the event.
Declaration
Swift
public var type: FeedbackItemType
-
Creates a new
FeedbackItem
from navigation feedback.Declaration
Swift
public init(title: String, image: UIImage, feedbackType: FeedbackItemType)