Xcode – call function which inside function in swift
I have a function to animate spinner inside my view, and inside this function I added two functions to start and stop the animation whenever needed, I need to call the function inside this main function, is there a way…