Questions tagged [uipopover]

UIPopover is a common misrepresentation of UIPopoverController, which is used in iOS to manage the presentation of content in a popover.

UIPopover is a common misrepresentation of UIPopoverController, which is used in iOS to manage the presentation of content in a popover. The iOS SDK does not expose the popover view directly, instead it defines a way to wrap a given controller in an system-created popover.

Please use for all popover-related questions.

270 questions
0
votes
2 answers

iOS Segue PopOver How To Back Pass Data

i want send data view controller (left) from PopOverController (Right), how can I do it?
Mr Online
  • 21
  • 4
0
votes
0 answers

Is there a way to show a modal popover with specific reduced view?

I open a popover by segue and cover the whole current view controller. I would like to cover just the dimensions (width and height) of this popover because it is lesser than current view controller.
Almeida
  • 1,254
  • 12
  • 26
0
votes
1 answer

Is it possible to show UIViewController as popover in iphone

I have created a UIViewController using Interface Builder is it possible to view the UIViewController as a popover of specified size. The size of my UIViewController is default 600X600 since I am using size classes. I have tried various answers…
Avinash Sharma
  • 665
  • 1
  • 7
  • 23
0
votes
1 answer

UIPopOver From UIButton for iPhone

Can we create iPad like UIPopOver in iPhone devices using Swift where source is UIButton. I created UIPopOver from UIBarButtonItem and its working fine but It's not working in case of UIButton. Can anyone suggest a better solution asap. I need to…
Srijan Kumar
  • 223
  • 1
  • 3
  • 13
0
votes
1 answer

Add input in Angular bootstrap confirm module

I am trying to use Angular Bootstrap Confirm by Matt. In his demo (click here), it is mentioned that html can be used in the message. His code: Are you really sure you want to do this? I changed that to Are you really sure
you…
Dev
  • 149
  • 1
  • 1
  • 11
0
votes
1 answer

UIPopoverPresentationController on iPad

I want to present a viewController in UIPopoverPresentationController like iOS Setting App do when we choose language. It presents a viewController at center of device screen! But, my result is not like that! This is my code: func…
0
votes
1 answer

Is there any method like "popoverPresentationControllerWillDismissPopover"

There is only 1 method about dissmissing the popover in UIPopoverPresentationControllerDelegate, which named "popoverPresentationControllerDidDismissPopover". I am making some UI update in this method. However,it would spend a little time to…
340244120
  • 11
  • 3
0
votes
0 answers

UIPopover changes background color

I have a UIPopoverCOntroller which am presenting on tap of bar buttom item, and i have a textview inside that popover when ever am tapping on textview am animating the view's y by -300 then background color of view gets changed to clear color.i…
Syed Ismail Ahamed
  • 349
  • 1
  • 6
  • 17
0
votes
1 answer

I don't know how to align my popovers to button

i'm very new to Xcode and developing in general (my first app) and I'm wondering how I can align the popovers in swift to the button as you can see
Hunter Kirby
  • 33
  • 1
  • 4
0
votes
1 answer

iOS Popover Is Displaying On TextView

I have implemented popovers as UIViewController presentations. I use a modal presentation style of Popover and UIPopoverPresentationController as the main view. let popoverViewController = segue.destinationViewController as!…
Special Character
  • 2,321
  • 4
  • 25
  • 34
0
votes
0 answers

Swift - UISearchBar with Popover

I have a UIToolbar with a UISearchBar in it. When the user types something, I want a Popover to appear with the items that match the searchText in a UITableView. If there are no items that match, the TableView will be hidden and a label will…
evenwerk
  • 947
  • 1
  • 12
  • 28
0
votes
1 answer

UIPopoverPresentation and UIPopover dismissing causes crash

I have been working on app for months without any popover issues. All of a sudden today popovers have gone to hell. I have tried this a few different ways and no matter when I dismiss the popover by pressing a button in the popover OR tapping…
jacob bullock
  • 651
  • 4
  • 14
0
votes
1 answer

Its possible to change font of UILabel from other ViewController class

I have a ViewController which consist of UILabel and UIButton. OnClick UIButton a popOver present which show tableView. each cell of tableView represent different font option. I want to change the font of UILabel based on user selected font from…
Rizwan Shaikh
  • 2,824
  • 2
  • 27
  • 49
0
votes
0 answers

JQuery Webui Popover shows even Trigger Manual is specified

I'm using Webui Popover plugin for popovers on a page. Webui Popver Then I initialised popover as $('div.score-range').webuiPopover({ type: 'html', placement: 'left', width: 400, delay: {//show and hide delay time of the popover,…
Sandeep Thomas
  • 4,303
  • 14
  • 61
  • 132
0
votes
0 answers

Failing to make a drop down selection menu on iOS

I've been trying to get a drop down selection menu but running into issues at every turn. The plan is to have "Select Input" box (label, text or button) and once clicked a popOver acting like a drop down allows the user to select one item from an…
BlueRad
  • 109
  • 2
  • 13