Timmy
Timmy

Reputation: 11

WatchKit Table page scrolling

I don't know if this is possible at the moment but is there a way to scroll the watchkit Table page style similar to the page scroll on the iPhone TableView.

Or if not is is there a way around this?

Upvotes: 1

Views: 1013

Answers (1)

Stephen Johnson
Stephen Johnson

Reputation: 5121

By page style I am assuming you mean horizontal scrolling page by page. In WatchKit there is only one way to do horizontal page based scrolling. You have to set up a page based UI. You will have to have a new instance of a controller for each page. See http://natashatherobot.com/watchkit-page-based-navigation/ for more info.

Upvotes: 1

Related Questions