struct
UI::ActivityDestination
- UI::ActivityDestination
- Struct
- Value
- Object
Overview
Struct representing a share destination in the horizontal destination row. HIG: "Activity views present sharing activities like messaging and actions like Copy and Print, in addition to quick access to frequently used apps." Each destination is a circular icon (~60pt) with a label below it.
Defined in:
ui/views/activity_view.crConstructors
Instance Method Summary
- #icon_symbol : String
- #icon_symbol=(icon_symbol : String)
- #label : String
- #label=(label : String)
- #on_select : Proc(Nil) | Nil
- #on_select=(on_select : Proc(Nil) | Nil)
Constructor Detail
def self.new(icon_symbol : String, label : String, on_select : Proc(Nil) | Nil = nil)
#