In my case, I have two NSString
values. First one is Current_version and second one is Last_version. Current_version & Last_version value came from my html file. This 2 string contains value like this:
- Last_version = 1.0.2
- Current_version = 1.0.9
I want to convert value without losing any data. Now I want to display those version which are greater then last_version.
So I want to compare these two values.