mlburggr / OverRustleiOS

iOS stream & chat viewer application for overrustle.com
MIT License
0 stars 1 forks source link

tabbed browsing in order to browse chat links #11

Open hayksaakian opened 9 years ago

hayksaakian commented 9 years ago

in the android version there are two tabs in the chat container, 1 chat tab, and 1 google.com/browser tab

you can swipe right to go to the "browser" table or left to change back to the chat tab

if you click a link in chat, it opens in the browser tab

lastly, after navigating within either tab, a "back" button floats over the window in the corner, to travel backwards. a "home" button is next to the back button. it takes you all the way back up to the home of the tab (either chat for the chat tab, or google for the browser tab).

Not sure how much of this should be in the iOS app, but at the very least you should be able to log in, click links, and get back to chat somehow.

mlburggr commented 9 years ago

Added a back button: 941862b96185198444aca1786c363cc89cdeb0f2 Still need to add a home button. Tabbed browsing isn't supported in UIWebView by default, but I'm sure it's possible to create a tab-switcher.

hayksaakian commented 9 years ago

i looked it up, i think we want a UIPageViewController

hayksaakian commented 9 years ago

something like this? http://stackoverflow.com/questions/29491063/uiscrollview-inside-uipageviewcontroller