Closed alegch closed 8 years ago
I find error in delegate calling as result delegate methods not calling.
The problem was in initialization weak link on object.
weak typeof(self) weakSelf; => weak typeof(self) weakSelf = self;
Thanks a lot for this.. Sorry for the late response
I find error in delegate calling as result delegate methods not calling.
The problem was in initialization weak link on object.
weak typeof(self) weakSelf; => weak typeof(self) weakSelf = self;