Contents

userInfo

An opaque value for the list item.

Declaration

var userInfo: Any? { get set }

Discussion

Use this property to attach a value that provides additional context to the list item. For example, you can attach a model object and reference it in the list item’s handler or listImageRowHandler when processing either selection.