objective c - Can I change the position of the Google logo in an MKMapView? -


I'm creating an app that has MKMapView. I have a translucent UIToolbar at the top of the MKMapView. The problem is that the Google logo Below it is what is the Google logo one way to show up (in the Y direction, not Z) instead of UIToolbar?
screenine

Yes, you can do it and even get approval from apples.

Check out here:

and here:

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -