JamesLongman / Squad-Mortar-Calculator-IOS

IOS App: Mortar calculator for the video game Squad
https://itunes.apple.com/app/id1352781413
MIT License
3 stars 0 forks source link

Allow navigation between tabs via swiping #18

Open JamesLongman opened 6 years ago

JamesLongman commented 6 years ago

Right now tabs can only be changed via touching the tabs icon in the tab bar. Should be possible to also enable swiping.

Not sure if this would present a challenge as it might initialise a separate instance of the views which obviously wouldn't be ideal. Hopefully something like presentView() would be enough