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

Invalid bundle error while upload the app to the app Store

store cgpoint in userdefaults iOS swift