Change the position of show loading indicator

Please tell me how to change the position of the function of unity show loading indicator.

Open your Xcode project and locate /Classes/UI/ActivityIndicator.mm

At the very top you have this, so edit the values to suit:

self.center = CGPointMake([_parent bounds].size.width/2, [_parent bounds].size.height/2);