I want to design a custom button in Xamarin IOS to display both Text and Image. Please find the below image.
You can find the Text and down arrow symbol in the above image. the down arrow symbol should always display after the text. The button text is dynamic.
Can any one suggest me to solve this.
You want to use the
TitleEdgeInsets
&ImageEdgeInsets
properties of theUIButton
to control where the inset of the text and image begins:Full Example: