Hi everyone,
I'm new to iOS dev, and have started with react-native.
I'm actively seeking for a design pattern similar to the new iOS 10 Apple Map where you can see a card (or vertical split view) upon clicking on a pin on a map. With the card, you can further slide up to see more information of the pin you selected, and it will occupy the whole screen.
Pictures always help, here's what I'm talking about, borrowed from imore.com.
I can't find this pattern in Apple's design guideline, nor does it exist in react-native or Apple's native components.
The closest thing I found is "split view", but it doesn't let you split views vertically neither.
On the other hand, I've seen iOS apps that implement this design.
Here's my 2 questions:
Is this a good(consistent) pattern to be used in iOS?
How do people implement this and what component do they use in iOS?
Note: I couldn't find a good place to post this. I assume there's a better place than this. Please help me make correction if I've done it wrong.
Thanks,
Leo