initializer element is not constant error.
Posted
by jeeva
on Stack Overflow
See other posts from Stack Overflow
or by jeeva
Published on 2010-04-08T05:58:17Z
Indexed on
2010/04/08
6:03 UTC
Read the original article
Hit count: 296
cocoa-touch
i am declaring cg-point or rect as const it giving above error any one help this,,
#import "newViewController.h"
#import "first.h"
const CGPoint point=CGPointMake(50,50);
© Stack Overflow or respective owner