What is the maximum sized string that can be held in a NSString object?
Does this change dynamically?
It can hold almost as much memory as can be represented by virtual memory system. But I personally feel the maximum length is only restricted to whatever memory available at that time.