
here I attached my snapshots when run my project, It shows on exception like Thread 1:EXC_BAD_ACCESS(code=1,address=0x20004018, I don't no how to solve this issue ...can anyone help me??

here I attached my snapshots when run my project, It shows on exception like Thread 1:EXC_BAD_ACCESS(code=1,address=0x20004018, I don't no how to solve this issue ...can anyone help me??
bbum
On
Since pageName is a static string, it can't be the cause of this.
So, it has to be one of two things:
tab was not correctly initialized prior to being passed to that method
the setTitle: method on the MSTabBarCollectionViewCell is doing something weird.
You'll need to post more code (like how the tab object is initialized and how the method that is crashing is called) to get a more specific answer.
EXC_BAD_ACCESS means there is no class of instance is Execute. Check out Your pageName object. i think it is not properly decleared or Intialize