Button click not working iOS swift

Solution:

I had the cell that contains one view with some set of elements and one button.I had added an action for the button.But if o click the button it was not working.

After that i had checked that in storyboard the button is in the below of the view so it was not worked.So i get the button to front in the view and click that it was worked.....

Comments

Popular posts from this blog

store cgpoint in userdefaults iOS swift

libc++abi: terminating due to uncaught exception of type NSException iOS swift