Git Product home page Git Product logo

Comments (3)

wimagguc avatar wimagguc commented on June 23, 2024

Thanks for your feedback. Have you seen the new init method, where you don't have to pass the parent view anymore? Perhaps it will solve your problem out of the box; works like this:

CustomIOS7AlertView *alertView = [[CustomIOS7AlertView alloc] init];

(Also, it's better to keep the code as generic as possible. Each and every such if-statement would make maintenance a bit harder.)

from ios-custom-alertview.

RobCroll avatar RobCroll commented on June 23, 2024

Agreed. I did get latest and noticed you are still supporting parentView. Is there actually any need for parentView now?
Also thanks for sharing, it really helped me out of an iOS7 hole.

from ios-custom-alertview.

wimagguc avatar wimagguc commented on June 23, 2024

Glad to hear you can use it!
(The parent view code is there for now for backwards compatibility. Will be removed soon, now I'm waiting to see if it works correctly with everyone's app, before ripping it out from the code base.)

from ios-custom-alertview.

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.