Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中集成了发送请求功能,它为您提供了可供选择的朋友列表。如何添加一个全选按钮来选择所有用户朋友?
您必须构建自己的朋友选择器版本才能自定义 UI。这意味着重新创建 UI,调用 API 来获取朋友列表和发送邀请。