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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:06:08+00:00 2026-06-16T05:06:08+00:00

In Xcode, I store some NSString in NSMutableArray . Hello Here MyBook Bible Array

  • 0

In Xcode, I store some NSString in NSMutableArray.

Hello
Here
MyBook
Bible
Array
Name2
There
IamCriminal

User can enter string.

Name2

I need to delete that particular string from NSMutableArray without knowing index of the string. I have some idea that, Use iteration. Any other Best way. Plz Give with sample codings.

  • 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-16T05:06:09+00:00Added an answer on June 16, 2026 at 5:06 am

    you can use containsObject method in an NSMutableArray

    if ([yourArray containsObject:@"object"]) {
        [yourArray removeObject:@"object"];
    }
    

    Swift:

    if yourArray.contains("object") {
        yourArray = yourArray.filter{ $0 != "object" } 
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Xcode 4.3.2. Since yesterday, I can't upload to ITunes Store. I can't find
I'm doing some user tests of my new iOS app and store some test
Hi I'm using a user script in xcode to do some work for me.
WARNING: I was just informed by another user that there are some legal issues
After upgrading to Lion, and installing XCode 4.3 I can't get Hello, World to
When I try to submit my app on the App Store through Xcode I
in my xcode, i upload apps to the store with my own developer account.
I recently updated xcode to 4.3.2 on my macbook via the app store. Because
I want to build some iOS apps (on XCode) but will not submit them
I have this Xcode project that I use for building an App Store app

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.