Star is too small for dialing

I am trying to create a dialer application:

My dialer

I am using [UIFont systemFontOfSize:33]

. The problem is that the Asterisk character is too small compared to the numbers and "#".

I typed 123 * # in all 61 available iOS6 fonts and the star was smaller than the other characters in all of them.

Does anyone have any idea how to solve this?

One thing I've tried is changing the font size for the button * only. This works, but when I click this button it seems small [off course] in the input above ...

Hope my question is clear. Thank.

+3


source to share


2 answers


Use a different symbol to display. In Xcode, click the Edit menu and choose Special Characters. When the Symbol Viewer appears, enter "asterisk" in the search box. Try one of the many other related symbols.



Depending on how you do this, you may need to replace the character you are using with the correct asterisk in order to use the result in the URL tel

.

+4


source


You can use attribittedString and change the font size to asterisks big enough



0


source







All Articles