UI7Kit
UI7Kit copied to clipboard
UIAlertView/UIActionSheet
UIAlertView
- [x] Dynamic patch
- [x] Flatten
- [x] Dim view
- [x] Seperators
- [ ] Fine arrangement
- [ ] Style
- [ ] Text input
- [ ] Showing Animation
UIActionSheet
- [x] Dynamic patch
- [x] Flatten
- [x] Dim view
- [x] Seperators
- [ ] Fine arrangement
- [ ] Style
UIActionSheet(v0.0.14) crashes with "[UIActionSheet _setTheme]: unrecognized selector" :(
Please add UIAlertViewStyle(w/ text inputs) to UIAlertView to-do list
Thanks updated
@youknowone this looks like a visual glitch

Probably related to the commits referenced by #73
Also, UIAlertView is heavily broken with Appirater

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
I'd rather not opt out of UI7AlertView. The problem seems to be related to the row calculation in UI7AlertView's -relayout.
@youknowone as soon as we can figure this out I can ship a new version of my app that fixes the bug you noticed
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.
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.
@youknowone any update?
Not yet, sorry.
Yeap, still problems with textinput in UIAlertView, using iOS6