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.
我想创建一个只有 3 个按钮(添加、删除、编辑)的 popoverviewcontroller。它应该水平显示。我使用了操作表,但它是垂直显示的。如何做到这一点?
谢谢
--J
显示弹出框
[popover presentPopoverFromRect:senderButton.bounds inView:senderButton permittedArrowDirections:UIPopoverArrowDirectionLeft animated:YES];