Relative Content

Tag Archive for buttonswiftui

Hiding button if last page is reached

I have tried searching the web for solutions on how to do this, not to mention youtube from other developers but cannot seem to find answer i am looking for.

How to hide button if last page is reached?

I am trying to create a ButtonView where I have 2 buttons at the bottom of the page: “Next” and “Previous”. The issue I am having is if the user reaches the last page in the loop, I want to be able to hide the “Next” button so that only the “Previous” button shows only when on last page and both buttons show when on any other page other than the last page.