Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make a "complicated" twitter like case #25

Open
boazin opened this issue Apr 10, 2015 · 0 comments
Open

How to make a "complicated" twitter like case #25

boazin opened this issue Apr 10, 2015 · 0 comments

Comments

@boazin
Copy link

boazin commented Apr 10, 2015

(label it a question)

I have 2 ViewControllers to use.
Basically they contain only a UITableView - like the twitter example - but the thing is that they are completely different (which is not a problem, the delegates can handle it with conditions)
But has a lot of extra functionality (catch click on the UITabBar to refresh and scroll up, swipe up to refresh etc.)

I'm having trouble understanding what should I implement - can I have my UIViewController subclass SLPagingViewController?
(I can't just add tableview views like the example - it's not enough)

Or should I have 2 UIViewControllers (like the tinder example) and make them share relevant code outside the logic of SLPagingViewController?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant