The article discusses how the Bluesky app draws its logo on screenshots, which is achieved by rendering the logo underneath a UITextField with the isSecureTextEntry property set to true, allowing iOS to blank the text field when a screenshot is taken. This technique is used to display the logo on screenshots without it being visible in the app itself. The author notes that this trick is well-known and has been used by other apps, such as Telegram and Signal. The technique is made possible by a package called expo-privacy-sensitive.