toast-notifications-ios icon indicating copy to clipboard operation
toast-notifications-ios copied to clipboard

We at Guru software really love toast notifications available on android OS, so we've built a similar feature for the IOS enabled devices.

Results 20 toast-notifications-ios issues
Sort by recently updated
recently updated
newest added

update pod spec & remove non ARC codes

i'm trying to build application that can rotate to any orientation, however when i'm using this module, it appears to be showing the toast in the portrait position (sometimes reverse...

Updated code for ARC. Also there was an issue with the toast not removed once the timer was called. I altered the selector from 'hide' to 'remove'. Also the 'view'...

Hi, How can I modify your code in order to be able to use ARC. I do not want to disable the Automatic Reference Counting in order to be able...

NSAttributedString *attributedText =[[NSAttributedString alloc] initWithString:text attributes:@{ NSFontAttributeName: font}]; CGRect rect = [attributedText boundingRectWithSize:CGSizeMake(CGRectGetWidth([UIScreen mainScreen].bounds), 60) options:NSStringDrawingUsesLineFragmentOrigin context:nil]; attributedText should release!!!

Hello, My IToast is not appearing on the screen. I also log the position of the iToast which is displaying {160, 284}. But toast is not visible.

Your last release is from November 2012.

I needed alignment text with center. Please let me know how i can do it.

For some reason the iToast is not working with `UIStoryboard` view controllers called as `[[[iToast makeText:@"Ops, an error occurred."] setGravity:iToastGravityCenter] show]`

the cocoapod spec you have on cocoapods.org is pod 'toast-notifications-ios', '~> 0.0' what is not correct.