How to implement 3D-Touch Peek-and-select?
问题 Phone, Reminders, and Maps use a different 3D-Touch Peek UI allowing to select an action in one go. For instance, force-press on a reminder and select "Remind me on a day" in one go, without releasing the finger. It also differs visually from standard 3D Touch previews using the UIViewControllerPreviewing API as it displays a custom icon alongside left-aligned text. I couldn't find a way to do this using the official API. Did I miss something or is this a private API indeed? 回答1: I asked my