Objective-C Class (class Extension: class categories)

Source: Internet
Author: User
1 Preface

The objective-C category provides a way to dynamically add new features to existing classes, instead of adding new features, categories can also be used as private functions of classes in Beijing. The header file and the implemented file name are in the same format as "existing class name + extension", for example, nsstring + vowelscounting. h.

2. code example

Main. m

# Import <Foundation/Foundation. h> # import "nsstring + vowelscounting. H "int main (INT argc, const char * argv []) {@ autoreleasepool {nsstring * STR = [[nsstring alloc] init]; [STR vowelscount];} return 0 ;}

Running result

14:07:00. 925 categorytest [485: 303] category test!

3 conclusion

The above is all content and I hope it will help you.

DEMO code download: http://download.csdn.net/detail/u010013695/5396699

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.