Giter Site home page Giter Site logo

TabBar application about paperfold-for-ios HOT 4 CLOSED

honcheng avatar honcheng commented on June 17, 2024
TabBar application

from paperfold-for-ios.

Comments (4)

cmarca avatar cmarca commented on June 17, 2024

I'm experiencing problems with PaperFold on a TabBarApplication too.

If I use it on the first tab, it works fine but if I use it in any of the other tabs, the app crash. In fact, I wanna use it on a second level of navigation of the first tabs (same level as the song list of a playlst on the Music app of the iPhone) but in this place doesn't work either.

Can you provide us some help please?

from paperfold-for-ios.

honcheng avatar honcheng commented on June 17, 2024

I have not used it with tabs before. What kind of crashes are you getting?

from paperfold-for-ios.

cmarca avatar cmarca commented on June 17, 2024

The solution proposed by eliaskg solved the problem: removing the method drawRect in ShadowView.m

- (void) drawRect:(CGRect)rect
{
    if ([self.colorsArray count]>0)
    {
        [self.gradient setColors:self.colorsArray];
    }
}

from paperfold-for-ios.

honcheng avatar honcheng commented on June 17, 2024

Cool. I've merged with his changes. Assumed you pull the changes too.

from paperfold-for-ios.

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.