Giter Club home page Giter Club logo

Comments (14)

iT0ny avatar iT0ny commented on July 18, 2024

UIActionSheet(v0.0.14) crashes with "[UIActionSheet _setTheme]: unrecognized selector" :(

from ui7kit.

iT0ny avatar iT0ny commented on July 18, 2024

Please add UIAlertViewStyle(w/ text inputs) to UIAlertView to-do list

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

Thanks updated

from ui7kit.

segiddins avatar segiddins commented on July 18, 2024

@youknowone this looks like a visual glitch
ios simulator screen shot aug 19 2013 9 19 12 pm

from ui7kit.

segiddins avatar segiddins commented on July 18, 2024

Probably related to the commits referenced by #73

from ui7kit.

segiddins avatar segiddins commented on July 18, 2024

Also, UIAlertView is heavily broken with Appirater
ios simulator screen shot aug 19 2013 11 00 28 pm

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

I should review upper one. About Appirator, UI7Kit does not fit for all the alert view environment yet, unfortunately.

You can opt-out @"UI7AlertView" to avoid this problem temporary.
https://github.com/youknowone/UI7Kit/blob/master/UI7Kit/UI7KitCore.h#L27

from ui7kit.

segiddins avatar segiddins commented on July 18, 2024

I'd rather not opt out of UI7AlertView.
The problem seems to be related to the row calculation in UI7AlertView's -relayout.

from ui7kit.

segiddins avatar segiddins commented on July 18, 2024

@youknowone as soon as we can figure this out I can ship a new version of my app that fixes the bug you noticed

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

Could you share code for Activate, Later alert view? It seems new bug after moving cancel button to bottom.
About Appirater, I have no idea. It looks similar like known 'repeated alert view' problem, but I have no idea how to fix it.

from ui7kit.

segiddins avatar segiddins commented on July 18, 2024
UIAlertView *alertView = [UIAlertView bk_alertViewWithTitle:@"Activate Your Account" message:@"You need to activate your account. Go to slader.com/account/activate/please before it's too late."];
[alertView bk_addButtonWithTitle:@"Activate" handler:^{
     NSURL *activateURL = [NSURL URLWithString:@"http://slader.com/account/activate/please"];
     [[UIApplication sharedApplication] openURL:activateURL];
}];
[alertView bk_setCancelButtonWithTitle:@"Later" handler:nil];
[alertView show];

Although I'm using BlocksKit, I don't think that's what's responsible.

from ui7kit.

segiddins avatar segiddins commented on July 18, 2024

@youknowone any update?

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

Not yet, sorry.

from ui7kit.

gabrielribeiro avatar gabrielribeiro commented on July 18, 2024

Yeap, still problems with textinput in UIAlertView, using iOS6

from ui7kit.

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.