0

I want to have a view where 1/2 is google map and 1/2 is text (Listings etc)

But the default map view takes over full screen of view. I haven't seen any docs that mention view sizes etc.

cbrulak
  • 15,436
  • 20
  • 61
  • 101

1 Answers1

1

When you choose your MapKit View in your storyboard (or xib file), you can rezise it. Like you would do with almost any other component (UIView, UITextView, ...)

Here is an example :

Example

I hope it helped. If it didn't, please add some more details to your problem.

lchamp
  • 6,592
  • 2
  • 19
  • 27