Giter Site home page Giter Site logo

Comments (5)

mgmart avatar mgmart commented on August 17, 2024

Tried this in the simulator Version 8.0 (550.1) with:

  • iPad Air (7.1)
  • iPad Air (8.0)
  • iPad Retina (7.1)
  • iPad Retina (8.0)

The popover appears fine on all devices.

from actionsheetpicker-3.0.

skywinder avatar skywinder commented on August 17, 2024

@mgmart Can you try example from the project (Swift-Example) on iPad Air simulator?
Is it works?
Because I have no idea why it's not showing on my simulator. (Xcode 6.0)
Imgur

from actionsheetpicker-3.0.

mgmart avatar mgmart commented on August 17, 2024

It's a bit distressing, but I've managed somehow to have selected the Swift-example and to run the objc-example. Thank you for sending the screenshot.
Sorry!

from actionsheetpicker-3.0.

mgmart avatar mgmart commented on August 17, 2024

I must prepend, that I'm not an experienced IOS developer.

The view bounds of _containerview became mixed up when using it with Swift, because it's a tableView instead of a textFieldlike in Objective-C.

In presentPopover I had changed the CGRect and the popover shows up.

        CGRect booze = {{0, 256}, {768, 1024}};
        [popover presentPopoverFromRect:booze inView:_containerView
               permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES];

Unfortunately I do not know how to put this into nice code.

HTH

from actionsheetpicker-3.0.

skywinder avatar skywinder commented on August 17, 2024

@mgmart You're damn right! It's my fault.
Thanks a lot! Fixed! 👍

from actionsheetpicker-3.0.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.