I have two controllers
VC A -> Parent and VC B -> Child
Alert view delegate method i.e
func alertView(View: UIAlertView!, clickedButtonAtIndex buttonIndex: Int){}
is declared in VC A.
When i display alert from VC B delegate method is not called on alert button clicked.
Create an alert view delegate object in parent class VC A
Implement the delegate in VC B and Set the delegate object in VC B