Subscribe ( )

iPhone Programming Tutorials

 

Forum

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

You must be logged in to post Login Register

Search 

error prop.113 during array initialisation

User Post

5:10 am
March 18, 2009


antilantil

iCoder

posts 6

1

hi,

i am getting error pro.113 incomplete type during initialisaqtion of NSMutable array


for(n =0 ; n < 15; n++){

for(m = 0; m < 8; m++){

makeBoardView *frameView1 =[[makeBoardView alloc initWithFrame:CGRectMake(origX,origY, frameWidth,frameHeight)];

self.array = [[NSMutableArray allocinsertObject:frameView1 atIndex:indexArray];

origX = origX + 38;

indexArray++;

 [frameView1 release];

}

origX = 178.04;

origY = origY + 20.0;

}

 self.array = [[NSMutableArray alloc] addObject:nil];


About the iCodeBlog forum

Currently Online:

5 Guests

Maximum Online: 25

Forums:

Groups: 2

Forums: 6

Topics: 293

Posts: 729

Members:

There are 624 members

There are 1 guests


Brandon has made 87 posts

Top Posters:

bobcubsfan - 53

crazyiez - 30

VertigoSol - 26

AdeC - 17

Uhu - 17

Administrator: Brandon | Moderators: VertigoSol


© - Version 3.1.4 (Build 357)