Git Product home page Git Product logo

Comments (3)

maxep avatar maxep commented on July 19, 2024

Hi @vjujjavarapu

You are wrongly setting the segue identifiers. Your VJViewController will look for the defaults identifiers format, as mx_page_0, mx_page_1, mx_page_.... You can rather renaming your segue identifiers using the default format, or override the following method :

override func segmentedPager(segmentedPager: MXSegmentedPager, segueIdentifierForPageAtIndex index: Int) -> String {
        return ["vj_table", "vj_web"][index];
    }

from mxparallaxheader.

vjujjavarapu-zz avatar vjujjavarapu-zz commented on July 19, 2024

@maxep You are the best. And One last question. Can i increase the height of the Parallax Header, So that its height is all the way extended till the middle of the screen ?

from mxparallaxheader.

vjujjavarapu-zz avatar vjujjavarapu-zz commented on July 19, 2024

@maxep no worries i figured it out. your prompt response made me use your app. I would later make a pull request and make your parallax header better. Cheers mate.

from mxparallaxheader.

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.