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

How to blink a button iOS swift?

Convert NsNumber, NSDate to String in iOS Swift

Parse the value from string value iOS swift