<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://code-reference.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://code-reference.com/feed.php">
        <title>Programming | Library | Reference - Code-Reference.com objective-c:foundation.framework:nsmutablearray.h</title>
        <description></description>
        <link>https://code-reference.com/</link>
        <image rdf:resource="https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-25T16:31:11+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://code-reference.com/objective-c/foundation.framework/nsmutablearray.h/addobject?rev=1401479770&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/objective-c/foundation.framework/nsmutablearray.h/init?rev=1401479598&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Programming | Library | Reference - Code-Reference.com</title>
        <link>https://code-reference.com/</link>
        <url>https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://code-reference.com/objective-c/foundation.framework/nsmutablearray.h/addobject?rev=1401479770&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-30T21:56:10+02:00</dc:date>
        <title>addObject</title>
        <link>https://code-reference.com/objective-c/foundation.framework/nsmutablearray.h/addobject?rev=1401479770&amp;do=diff</link>
        <description>addObject

The addObject: method is used when dealing with NSMutableArray. It is used to add items onto the stack of the array. A simpler example of this is to imagine a stack of paper. When calling the addObject method, it is essentially the same as a person adding a piece of paper onto the stack of paper.</description>
    </item>
    <item rdf:about="https://code-reference.com/objective-c/foundation.framework/nsmutablearray.h/init?rev=1401479598&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-30T21:53:18+02:00</dc:date>
        <title>init</title>
        <link>https://code-reference.com/objective-c/foundation.framework/nsmutablearray.h/init?rev=1401479598&amp;do=diff</link>
        <description>init

Inherited from NSArray.

    

- (id)init;
 


Returns an empty array.

Return Value
- NSMutableArray

ObjC Sourcecode Example



    // ** Init array **
    NSMutableArray *myArray = [[NSMutableArray alloc]init];
    
    // ** Output array **
    NSLog(@&quot;myArray : %@&quot;, myArray);</description>
    </item>
</rdf:RDF>
