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

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift