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

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift