MKMagneticProgress icon indicating copy to clipboard operation
MKMagneticProgress copied to clipboard

A circular progress bar for iOS written in Swift

Results 10 MKMagneticProgress issues
Sort by recently updated
recently updated
newest added

##1 public enum LineCap : Int{ case round, butt, square public func style() -> String { switch self { case .round: return CAShapeLayerLineCap.round.rawValue case .butt: return CAShapeLayerLineCap.butt.rawValue case .square: return...

Hi, Thanks for your perfect job here. I use this progress for a circular audio buffer In the case of _AVPlayerItemDidPlayToEndTime_ notification, i want to progress to end and then...

I am using MKMagneticProgress library for show progress in UITableviewCell in reusable cell. In this case progress bar reset issue in coming for set fill again on scroll tableview.

https://github.com/malkouz/MKMagneticProgress/blob/87a1609412663ba6b91a51cae35084f2b81a3693/MKMagneticProgress/Classes/MKMagneticProgress.swift#L18 public func style() -> CAShapeLayerLineCap { switch self { case .round: return CAShapeLayerLineCap.round case .butt: return CAShapeLayerLineCap.butt case .square: return CAShapeLayerLineCap.square } }

when set progress with animation property true it is not working **self.circularProgeress.setProgress(progress: 0.7, animated: true)**. If it is false progress working fine.

file:///xxxxxxxx/Main.storyboard: error: IB Designables: Failed to render and update auto layout status for TrafficViewController (Lfl-Vm-61S): dlopen(MKMagneticProgress.framework, 1): no suitable image found. Did find: MKMagneticProgress.framework: required code signature missing for 'MKMagneticProgress.framework'

I want to pause and resume the progress bar, can I? I have view controller with progress bar, and after pop the view controller I want to resume progress bar...

Hi @malkouz , thank you for this library. How can I customize font for percent label? I'd like to choose system font with medium or bold weight, non regular. Thank...

By setting which value we can make it as full circle

![gradient](https://user-images.githubusercontent.com/1179760/32048351-a9fdbfa6-ba62-11e7-94cb-765dfc1193a8.png)