01.02.2014 Views

Objective-C Fundamentals

Objective-C Fundamentals

Objective-C Fundamentals

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

68 CHAPTER 3 An introduction to objects<br />

Listing 3.1<br />

Using substringWithRange: to obtain the last word in a string<br />

NSString *str1 = @"Hello, World!";<br />

NSRange range;<br />

range.location = 7;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!