Git Product home page Git Product logo

Comments (6)

domesticcatsoftware avatar domesticcatsoftware commented on August 16, 2024

All seems to be working OK over here. Are you able to send me an example project I can take a look at?

from dcintrospect.

megastep avatar megastep commented on August 16, 2024

I can't really give you access to the project I am working on right but I'll see if I can build a test case.

from dcintrospect.

megastep avatar megastep commented on August 16, 2024

Part of the problem might actually be related to Xcode 4.2 and the iOS 5 beta, I should add. I still had issues on the current SDK, but it seems to be worse with the new version...

from dcintrospect.

megastep avatar megastep commented on August 16, 2024

OK, it seems I have narrowed down the problem to the fact that the status bar is being hidden in my project. If it is shown, then it works OK, but if it is hidden then all hell breaks loose. This case should probably be handled properly since there are quite a few apps that require the status bar to be hidden.

I have put together a test project that you can check out to see the problem. You can just comment the line in the app delegate that removes the status bar to make it work again.

http://www.megastep.org/github/DCIntrospectPadTest.zip

from dcintrospect.

megastep avatar megastep commented on August 16, 2024

I also have a simple one-liner to fix this issue! The sharedIntrospector class method should just have this line instead to hide the status bar overlay when the status bar is hidden:

    sharedInstance.showStatusBarOverlay = ![UIApplication sharedApplication].statusBarHidden;

This makes DCIntrospector work in my iPad project, which will be very helpful. :)

from dcintrospect.

domesticcatsoftware avatar domesticcatsoftware commented on August 16, 2024

Thanks, that's awesome! Been trying to work out the problem with this for a while. I couldn't replicate it, now I understand why. Makes sense now.

from dcintrospect.

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.