for(LevelMeter *thisMeter in _subLevelMeters){
{
xxxxx
}
I am new to iphone development.I am doing research on voice recording in iphone .I have downloaded the "speak here " sample program from Apple.I came across the above code in the sample program.I cant understand the for loop.LevelMeter is separate class._subLevelMeters is a NSArray.They have used "in" inside for loop.So please anyone tell the function of the above for loop.Please help me out.Thanks.