*Consolidation Entry* Basic App 2
Just a quick addition to the 'basic' Buffy app I made. This is purely to show some other functionality and avoid the whole connecting each button to a separate view issue. It also will add the 'random' element. Basically, rather than a character coming up with the appropriate button, I want a 'random' character selection. This can be broken down to regulars, guest stars and one offs, thinking about it. Neat! The random element will use the Int.random method, with arrays created of each character, using the buffyCharacter struct. You seem, I'm talking more like a coder! I don't know if I can 'save as' so I don't lose the option of what I already have... No, apparently not but no bother. It would be easy to get this back to that anyway. So I'm going to create an example just with another character to see if that works. Got it working! Nowhere near as simple and actually couldn't just put all of the characters into an array into a stru...