Implement a hexadecimal calculator for iOS.

Requirements:

var s2 = “5”
print(s1 + s2) // shows 12345
You may want to do string concatenation in the action of each digit button.