Curious, how does an NSMutableArray mutate into a type of UIButtonContent? I'm currently working with an instance variable of type NSMutableArray which crashes upon receiving an error with:
*** -[UIButtonContent count]: unrecognized selector sent to instance 0x393ed0
Wasn't even aware of UIButtonContent, so not explicitly working with that type anywhere. Not sure how about my array came to become one. Looking for insight as to where I might have gone wrong.