How do you Actually use UIPageLayout

So, I noticed this thing called “UIPageLayout” and I looked it up the Developer Hub and it didn’t give any information other than “It’s like the home screen of a mobile device”. How would you use this? Like, what’s an example of what you could do using it.

3 Likes

UIPageLayout works exactly the way its name says. It allows you to make pages, although you have to program it, otherwise it’ll do nothing.

It allows you to make step by step tutorials (such as Bee Swarm Simulator’s tutorial).

Read more about it on the link above, so you know how to program it.

4 Likes