If you really want to do this, then bite the bullet and use goto.
for (int it=0; it<5; it++) {
for (int it2=0; it2<5; it2++) {
if (it2==2)
goto end_outer_loop;
NSLog(@"it=%d it2=%d", it, it2);
}
}
end_outer_loop:
goto ( ). break - "" goto, C - , goto .
, , , return.. , goto, , .