Michael Voigt
1 min readJun 17, 2018

--

would this fix it :

NSMutableArray *items = [NSMutableArray new];

if(mText != NULL && mText.length > 0){

//[items addObject:mText];

}

Commenting the mText?

--

--

No responses yet