I have got below value(dynamic) from the server:
drwxr-xr-x 9 0 0 4096 Jan 10 05:30 California
Now i want to get valu like this.
drwxr-xr-x 9 0 0 4096 Jan 10 05:30 California
Please help me for this question
you can try smth like this
NSArray* components = [initialString componentsSeparatedByString:@" "];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With