TSAlertView icon indicating copy to clipboard operation
TSAlertView copied to clipboard

Added a customSubview property to support SBTableAlert on iOS 7

Open mindbrix opened this issue 12 years ago • 0 comments

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 UIAlertView in SBTableAlert with TSAlertView. It worked.

Now all we need to fix is the old iOS 6 style. ;-)

My SBTableAlert fork is at https://github.com/mindbrix/SBTableAlert

Thanks for the great code, Nigel.

mindbrix avatar Aug 15 '13 13:08 mindbrix