i have a series of things...1 to n
i want to use a nav bar to scroll through them using the left and right buttons
first step is to dynamically set the title of the toolbar to say 'thing 1', 'thing 2'
i can use about 5 lines of code to create a temp string, then cast the integer as a string, then append the strings together
but theres got to be a simpler way...
i want to use a nav bar to scroll through them using the left and right buttons
first step is to dynamically set the title of the toolbar to say 'thing 1', 'thing 2'
i can use about 5 lines of code to create a temp string, then cast the integer as a string, then append the strings together
but theres got to be a simpler way...