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 8905455
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T02:23:54+00:00 2026-06-15T02:23:54+00:00

Objective-C supports subclassing and categories which allow you to add methods to an existing

  • 0

Objective-C supports subclassing and categories which allow you to add methods to an existing class. Here’s my case.

// Made at earlier than iOS 5.x
@interface MyVC : UIViewController
- (void)childViewControllers;
@end

There was not the childViewControllers method before iOS 5.0. I could add the method without any concern. But now the UIViewController has a method with the name. If I build the legacy code written for iOS 4.x, the method will be overridden and it would make unpredictable result.

Is there any technique to defense my code from this kind of problems? This can be happen on categories or (maybe) something else.

  • 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-06-15T02:23:55+00:00Added an answer on June 15, 2026 at 2:23 am

    One option is to add a prefix to all of your method names. Do this anytime you extend a standard framework class.

    This same technique is used for class names to avoid possible collision in the future since there is no namespace like in Java.

    Here’s another thought to consider. How often does this happen? You need to weigh the effort of having to deal with the rare name collision by going back and renaming your method and updating affected code versus having to come up with a prefix naming scheme and typing those extra characters over and over every day.

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

Sidebar

Related Questions

Objective-C, or Cocoa specifically, supports variadic arguments, like for example class the method on
i'm looking for a objective-c class that supports syntax hightlighting a string. is there
Is there an IDE which specifically supports Objective-C and has linked with Cocoa Touch
My objective here is to load scripts asynchronously when the browser supports defer or
I want to add scripting support for an Objective-C project using the objc runtime.
As you know there is a Syntax highlighter for PHP called GeSHi which supports
I need to write a iOS Objective-C app that supports Themes. The idea is
I would like to add some automated performance test to my Objective-C application. (This
I'm working on serializing a class that supports NSCoding. I've setup encodeWithCoder and initWithCoder
Which language is better for iPhone application development? Normally objective c using for iPhone

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.