So I have a model class - "Group" that has an NSString and a NSNumber. With a getter & setter.
Whenever I get the string & it has no spaces. It works correctly.
But whenever it has a space inside of the string. It results in an EXC_BAD_ACCESS error.
Whenever I get the string & it has no spaces. It works correctly.
But whenever it has a space inside of the string. It results in an EXC_BAD_ACCESS error.