Is it possible to create an ActionSheet
that have a label between two buttons like this image?
Really need this right now. Can anyone help me? Thanks.
Is it possible to create an ActionSheet
that have a label between two buttons like this image?
Really need this right now. Can anyone help me? Thanks.
I was just going to add a small comment but i cant comment yet so ill post a full answer. If you want to avoid the IOS7 errors CGContextSetFillColorWithColor: invalid context 0x0. This is a serious error etc. You can use the following.
However that will mess up the graphic/drawing at the top of your action sheet as @Max said so if you dont already have a background your adding just add this code to give you the default action sheet look.
then add whatever else you want to your custom action sheet.