__typeof (self) __weak weakSelf = self;
REMenuItem *size350 = [[REMenuItem alloc]initWithTitle:@"Max Size 350" image:nil highlightedImage:nil action:^(REMenuItem *item){
size = 350;
[self savingValues]; // calling method
}];
every thing going right way.. menu open and on click it closes but the action method is not called... plz help on this...