RSLoadingView icon indicating copy to clipboard operation
RSLoadingView copied to clipboard

Awesome loading animations using 3D engine written with Swift

Results 7 RSLoadingView issues
Sort by recently updated
recently updated
newest added

Hello, from the screen shots, this project looks great, but it doesn't seem to work on the latest IOS version, Please can you update the library to be compatible? Thank...

public func renderer(_ renderer: SCNSceneRenderer, updateAtTime time: TimeInterval) { //logger.logDebug("updateAtTime \(time)") if isResized { prepareForResize() isResized = false } else { DispatchQueue.main.asyncAfter(deadline: .now() + 5.0) { **self.effect.update(at: time)** // Crash...

When uploading to appstore "No suitable application records were found. Verify your bundle identifier 'org.cocoapods.RSLoadingView' is correct.". This error is coming. please resolve this issue asap..

XCode 11 shows warning about Swift 5 conversion.

Hi, i'have some issue using your component on Xcode 10 👍 I have a new warning about Thread usage, in your method prepareForResize, the access of view.bounds is not forced...

# Add Carthage compatibility On top of Pods, can now also support Carthage