My app displays a colored list of city names. If the user's current location is one of the cities, I'd like the location symbol to be displayed in the same color as the city name, to the left of the city name.
Two questions:
1 - What would be the best way of coloring the location symbol? Does it happen to be a typable character that I can just change the color of just like text, or should I draw and fill a path in a drawRect method?
2 - Would Apple allow this, or would they reject the app on the basis of me somehow misusing a symbol?
Two questions:
1 - What would be the best way of coloring the location symbol? Does it happen to be a typable character that I can just change the color of just like text, or should I draw and fill a path in a drawRect method?
2 - Would Apple allow this, or would they reject the app on the basis of me somehow misusing a symbol?