I want to stop ActivityIndicator after some time. I guess this can be achieved if I call a method after some time which stops activity indicator.
It can be achieved using NSTimer, but I don’t know how. An example with code snippet will be great.
In
.hclass,And used this code to your implementation class,
Timer Action,