IanAragonSaenz / Stuff-Trading-App

0 stars 0 forks source link

Add map feature to let users see posts close to them. #64

Open IanAragonSaenz opened 4 years ago

IanAragonSaenz commented 4 years ago
kylesyoon commented 4 years ago

@IanAragonSaenz Have you seen UIPageViewController before? https://developer.apple.com/documentation/uikit/uipageviewcontroller?language=objc

I think it would be cool from the post tab to be able to swipe left and right from post list to post maps. You could use a UIPageViewController to do this.

Just a suggestion! Let's make sure we meet the requirements first :)