1

Suppose I have a condition and its stated in NSSring like:

NSString *someString = @"4%2 == 0";

Is there any way I could use it in a if statement as a condition? Just like

if(extractConditionUsingSomeLogic(someString)){
    NSLog(@"Yayyy");
}
jscs
  • 63,694
  • 13
  • 151
  • 195
Firdous
  • 4,624
  • 13
  • 41
  • 80

0 Answers0