unbelievable.... and BTW this Objective-C language oficially used to develop the applications is the most insane and complex language I ever used. I can understand the language without problems but I have sanity to see it very complex and not open to the everyone.
something like...
becomes
Code:
if ([x isEqualToString:@"string"])
or...
becomes
Code:
x = [[[NSMutableArray alloc] initWithObjects:
[[NSNumber alloc] initWithInteger:10],
[[NSNumber alloc] initWithInteger:20],
[[NSNumber alloc] initWithInteger:30],
nil] retain];
is insanity at its best... why easy things? what Apple has to gain? more developers? more users? pfuuuuu