Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4608666
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T00:52:39+00:00 2026-05-22T00:52:39+00:00

studying some sample code from an iOS programming course (cs193p fall2010) i came across

  • 0

studying some sample code from an iOS programming course (cs193p fall2010) i came across
the sbjson framework which extends NSObject etc. by a category named SBJSON.
but in the +header “NSObject+SBJSON.h” it reads as:

@interface NSObject (NSObject_SBJSON)

where does the magic mapping of NSObject_SBJSON to SBJSON come from?
i noticed xcode accepting any string before the underline !?

but nowhere found a hint on that.

thanx
klaus

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T00:52:40+00:00Added an answer on May 22, 2026 at 12:52 am

    There isn’t really a mapping, per se. An Objective-C category is used to add additional methods to an existing class, without needing direct access to that class’s corresponding implementation file/details. So when you declare something like:

    @interface NSObject (NSObject_SBJSON)
    

    You are saying that your category adds methods to the NSObject class (and any class derived from it). The “NSObject_SBJSON” part in parenthesis is not really significant, and can be anything you like (so long as it doesn’t collide with the name of anyone else’s category for that object type). It does not even need to include “NSObject”, so having @interface NSObject (SBJSON) would be equally valid.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was studying some code I found on the web recently, and came across
Yesterday I ran into a situation (which I resolved by studying my code a
Im studying some ruby code and I see this varx variable being used with
Since I started studying object-oriented programming, I frequently read articles/blogs saying functions are better,
I am a student studying software development, and I feel programming, in general, is
I am studying the content of Programming Ruby- The Pragmatic Programmer's Guide but the
I have been studying .NET 4.0 Code Contracts and looking on stackoverflow as well
Well, a simple question here I am studying some assembly, and converting some assembly
spending some time studying pycurl and libcurl documentation, i still can't find a (simple)
i am self-studying asp.net and was trying some small projects to help understand the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.