Ios swift – How do I concatenate two strings into an encoded base64 string in swift?
In order to authenticate a user into our database, I need to capture their login and password, concatenate both strings and then convert it to base64. I am new to swift programming and have tried several things I googled to…