29#if JUCE_IOS || DOXYGEN
The base class for all JUCE user-interface objects.
A graphics context, used for drawing a component or image.
An iOS-specific class that can create and embed an UIView inside itself.
void resizeToFitView()
Resizes this component to fit the view that it contains.
std::unique_ptr< AccessibilityHandler > createAccessibilityHandler() override
Override this method to return a custom AccessibilityHandler for this component.
UIViewComponent()
Create an initially-empty container.
void paint(Graphics &) override
Components can override this method to draw their content.
void * getView() const
Returns the current UIView.
void setView(void *uiView)
Assigns an UIView to this peer.
~UIViewComponent() override
Destructor.