toast-notifications-ios
toast-notifications-ios copied to clipboard
Is there any option for center alignment?
I needed alignment text with center. Please let me know how i can do it.
Use the option iToastGravityCenter
.
[[[iToast makeText:NSLocalizedString(@"The activity has been successfully saved.", @"")]
setGravity:iToastGravityCenter] show];