Giter Site home page Giter Site logo

popoverkit's People

Contributors

archerzzboy avatar zionchang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

popoverkit's Issues

Add action for customview on viewcontroller

HI, i just want to use custom view for the popover, but failed to call the delegate method.

    @IBAction func didClickCustomButton(_ sender: UIButton) {
        let vc = PopoverTableViewController(items: [customModel])
        vc.pop.isNeedPopover = true
        vc.pop.popoverPresentationController?.sourceView = sender
        vc.pop.popoverPresentationController?.sourceRect = sender.bounds
        vc.pop.popoverPresentationController?.arrowDirection = .up
        vc.delegate = self
        AjustFontPopoverCell().delegate = self
        present(vc, animated: true, completion: nil)  
    }
    
    extension ViewController: PopoverTableViewControllerDelegate, AjustFontPopoverCellDelegate {
        func didClickMediumButton(in cell: AjustFontPopoverCell) {
            print ("enter Medium")
        }

        func didClickLargeButton(in cell: AjustFontPopoverCell) {
            print ("enter Large")
        }

        func didClickExtraLargeButton(in cell: AjustFontPopoverCell) {
            print ("enter XL")
        }
     }

is it any demo to use the action button of the buttons for Custom class

How to change the popover size?

My app popover table Height is different for iPhone and iPad, so how to change popover size and even, table view is also not scrolling.

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.