Giter Club home page Giter Club logo

Comments (6)

LeoNatan avatar LeoNatan commented on May 16, 2024 1

@RajChanchal
Do not use CocoaPods. It is not supported. You are probably using a fork, which is most likely old. Please use the recommended way, Carthage (or git submodule, etc.).

The reason the button is not hidden is because you are presenting the popup on the tab bar, but hide the button for self. Hide it for the tab bar.

Again, do not use CocoaPods versions. Use the official repo. If you must, fork it yourself and maintain it, however I do not recommend forking just for CocoaPods.

from lnpopupcontroller.

LeoNatan avatar LeoNatan commented on May 16, 2024

Will implement close button customization soon. I am thinking of having the API in the LNPopupItem class.

from lnpopupcontroller.

LeoNatan avatar LeoNatan commented on May 16, 2024

You can now customize or hide the close button.

from lnpopupcontroller.

Kastet avatar Kastet commented on May 16, 2024

thanks!

from lnpopupcontroller.

RajChanchal avatar RajChanchal commented on May 16, 2024

@LeoNatan But it doesn't hide. tried this:
self.popupContentView.popupCloseButton?.isHidden = true in the content view's viewDidLoad, viewWillAppearand viewDidLayoutSubviews

Tried doing the same before calling:
self.tabBarController?.presentPopupBar(withContentViewController: player, animated: true, completion:nil)
Note: player is the content view controller

The back button appears very bad actually.
simulator screen shot 11-nov-2016 12 15 51 am

from lnpopupcontroller.

RajChanchal avatar RajChanchal commented on May 16, 2024

I had included this lib by cocoapod and it didn't put in the image assets I think. Dragging the source files with xproj file and image asset, did show the close button image fine at last. Please do solve the problem with cocoapods too.

from lnpopupcontroller.

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.