I want to create a popoverviewcontroller with 3 buttons only(Add, Delete, Edit). It should show horizantally. I used Action sheet but its showing vertically. How to achieve this?
Thanks
--J
show popover
[popover presentPopoverFromRect:senderButton.bounds inView:senderButton permittedArrowDirections:UIPopoverArrowDirectionLeft animated:YES];