---
title: Day 127
author: Daniel Devesa Derksen-Staats
date: 2022-09-22 19:37
tags: Large Content Viewer, UIKit
categories: ["Accessibility"]
series: ["365 Days iOS Accessibility"]
image: /Images/365DaysIOSAccessibility/image87.jpg
---

When implementing the large content viewer, UIKit components will usually have a large content title and image configured for you. But if you are developing a custom component, or you want to add info to a native component, you can do so.

![Slack app. There is a floating button, with a notepad with a pencil icon, to compose new messages. If you tap and hold, it shows the large content viewer in the middle of the screen, with both the icon and some text that reads "Start a new message". You can achieve that by configuring a large content title to the button. Apart from the usual steps needed to support the large content viewer: setting shows large content viewer to true, and adding a large content viewer interaction to the component.](/Images/365DaysIOSAccessibility/image87.jpg)