TSAlertView icon indicating copy to clipboard operation
TSAlertView copied to clipboard

UIAlertView drop-in replacement. Supports stacked buttons, input fields, user-configurable size, and more.

Results 10 TSAlertView issues
Sort by recently updated
recently updated
newest added

There were a number of issues that had to be resolved if one wanted to target iOS 3.

Hi there! This is WhitespaceBot. I'm an [open-source](https://github.com/Gunio/LightWrite) robot that removes trailing white space in your code, and gives you a gitignore file if you didn't have one! Why whitespace?...

Based on https://github.com/enormego/EGOTextFieldAlertView. Has optional blank checking for each UITextField in the array.

Changes: - Added iOS 7 auto detection BOOL param 'isiOS7'. - Added additional iOS7 style artwork in the form of .png images with the "...iOS7.png" suffix. - Added automatic switch...

Added in iOS6 autorotation methods to make it easier for users to disable autorotation if desired. Simply setting shouldAutorotateToInterfaceOrientation to return NO will no longer prevent autorotation. Tested on 6.1.3 

Hi Tom. I have added a customSubview property to support SBTableAlert, which was broken by iOS 7 as it no longer allows subviews on UIAlertView. My solution was to replaced...

You should add the @2x images

Does this library support UITextView? Thanks, John

Just noticed this bug. The below routine gets called more than once when being setup. Not sure if it is getting hit every time a button is added but I...

So I propose to do the following changes in - (CGSize) recalcSizeAndLayout: (BOOL) layout My added lines are marked with the word "NEW" : : // message if ( self.message...