Giter Site home page Giter Site logo

Comments (1)

Plasma avatar Plasma commented on June 19, 2024

Hey Devin,

What errors are you seeing? Does the application crash? Have you tried
making a simple demo project?

You may want to check the custom init() method is being called by your code
(perhaps you're using an init() overload to UINavigationController that
does not call BufferedNavigationController's base init() method).

See
https://github.com/Plasma/BufferedNavigationController/blob/master/BufferedNavigationController.m#L36
for
the method in question, that's what I would check first.

Most likely self.stack is null (and so any push/pull method calls return
null to the class, so nothing happens).

Cheers,
Andrew

On Wed, Feb 29, 2012 at 6:26 PM, Devin Foley <
[email protected]

wrote:

Hello,

I'm trying to use the BufferedNavigationController programmatically,
outside of IB. I simply replaced all my references to
UINavigationController to BufferedNavigationController. So far, my calls to
push and pop aren't doing anything.

Any idea what could be going wrong? Does the class work without using IB?

Thanks!
Devin


Reply to this email directly or view it on GitHub:
#1

from bufferednavigationcontroller.

Related Issues (4)

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.