shortcuts for concatenating strings iOS

Solution:


1. NSMutableString is one option for concatination strings.It containg appendingstring function.

2. Another option is NSArray.It contains componentsJoinedByString function for appending.

Comments

Popular posts from this blog

How to blink a button iOS swift?

iOS flutter while run to iPhone it had the error - Cannot find type 'PhoneNumberKit' in scope