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,095
  • 13
  • 148
  • 192
Firdous
  • 4,564
  • 12
  • 39
  • 76

0 Answers0