Objective-C Language NSString

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Introduction

The NSString class is a part of Foundation framework to work with strings (series of characters). It also includes methods for comparing, searching and modifying strings.

Remarks

For nesting various types of objects and data-types into NSStrings refer to: Objective-C, Format Specifiers



Got any Objective-C Language Question?