I’m working with an API that returns a server’s IP address as an unsigned int value. What’s the simplest way to generate an NSString from this that displays the IP address in the format “255.255.255.255”?
I’m working with an API that returns a server’s IP address as an unsigned
Share
I’ve used this in the past: