Hey,
Just a quick question, i am currently making an app that has pictures in it, and when you go to the picture screen i can go through each picture (There is one picture per view, i don't no if there is an easier way to do this from one?) but when i get to the end i just have to go back again through them all to the start... I want the pictures to continue to the first one again until the user wants to quit.
I tried just linking the last ViewController back to the first one but just got an error,
expected specifier-qualifier-list before 'LastViewController'
How do i fix that?
Just a quick question, i am currently making an app that has pictures in it, and when you go to the picture screen i can go through each picture (There is one picture per view, i don't no if there is an easier way to do this from one?) but when i get to the end i just have to go back again through them all to the start... I want the pictures to continue to the first one again until the user wants to quit.
I tried just linking the last ViewController back to the first one but just got an error,
expected specifier-qualifier-list before 'LastViewController'
How do i fix that?