PhotoViewerRendererController
class PhotoViewerRendererController : RendererController, ObservableObject
Undocumented
-
Undocumented
Declaration
Swift
static let rendererType: RendererType -
Undocumented
Declaration
Swift
required init(context: MemriContext, config: CascadingRendererConfig?) -
Undocumented
Declaration
Swift
let context: MemriContext -
Undocumented
Declaration
Swift
let config: PhotoViewerRendererConfig -
Undocumented
Declaration
Swift
func makeView() -> AnyView -
Undocumented
Declaration
Swift
func update() -
Undocumented
Declaration
Swift
static func makeConfig( head: CVUParsedDefinition?, tail: [CVUParsedDefinition]?, host: Cascadable? ) -> CascadingRendererConfig -
Undocumented
Declaration
Swift
func resolveExpression<T>( _ expression: Expression?, toType _: T.Type = T.self, forItem dataItem: Item ) -> T? -
Undocumented
Declaration
Swift
var initialIndex: Int { get } -
Undocumented
Declaration
Swift
var hasItems: Bool { get } -
Undocumented
Declaration
Swift
func photoItemProvider(forIndex index: Int) -> PhotoViewerController.PhotoItem? -
Undocumented
Declaration
Swift
func onToggleOverlayVisibility(_ visible: Bool) -
Undocumented
Declaration
Swift
func toggleFullscreen() -
Undocumented
Declaration
Swift
var isFullScreen: Bool { get set }
PhotoViewerRendererController Class Reference