I’m adding the items programatically, but MKUserTrackingBarButtonItem doesn’t seem to offer any way to style it to fit in with a BlackTranslucent UIToolBar…

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MKUserTrackingBarButtonItemis a subclass ofUIBarButtonItemwhich has atintColorproperty. You can use this to make your button black.If you do set it to black like this, the user will never know when it’s activated, as the blue color is never shown.