int thumbCount = [_totalThumbs thumbsViewNumberOfThumbs:self];
- _totalThumbs is a NSInteger type property.
- thumbsViewNumberOfThumbs is a method of type NSInteger.
I need to get the count in 'int' itself so that i can use it for further calculations. Any suggestions?