-
Hi @timothy1ee
Please review my version of tip calculator for codepath here, I am going for a 3 week trip tomorrow (abroad with no internet connectivity), so had to hack it in day!
I tried to make …
-
Thank you for this, It's very cool.
One Issue I noticed, DoAlertViewController's status bar style might be different than the view controller status bar style where it's called from.
Even after the Al…
-
While authenticating a user token, if there is a failure (e.g. no network) an UIAlertView is displayed.
There is no way to prevent this alertview from appearing, and it is also not particularly helpf…
-
Any chance you can add blocks to this? Something like
```
- addButtonWithTitle: block:
```
That is all this is missing!
-
In my project I use -[UIView accessibilityLabel] for ui testing. But, unfortunately, I cannot set the label for alertView buttons.
I see two possible solutions:
1. Add `@property (nonatomic, readonly…
-
After presenting a MFMailComposeViewController from the rearViewController, and setting the mailComposeDelegate to the rearViewController, the mailComposeDelegate just will not fire off after user cli…
-
If alertView has no button, not draw background.
fix : backgroundView height
```
CGFloat viewHeight = baseHeight;
if ([buttons count] > 0) {
CGRect lastButtonFrame = [buttons.lastObject …
ghost updated
10 years ago
-
Hi,
We are having a bunch of issues in our unit tests lately because of Memory Leaks.
I have tracked it down to the fact that OCMockito's given clauses seem to retain all of the objects that are pass…
-
Does Yahoo account need some additional setting? what does error 19 meaning?
![screen shot 2013-06-20 at 6 07 07 pm](https://f.cloud.github.com/assets/1743991/684958/2c46e246-da0f-11e2-87c8-d2dd65271…
-
I'm using a custom alertView to indicate the loading of a UIWebView but it crashes with a bad access message. Without the setButtonTitles line it works fine.
-(void)webViewDidStartLoad:(UIWebView *)w…