Questions tagged [kdcircularprogress]

9 questions
1
vote
1 answer

Images not being set programmatically in KDCircularProgress

I am trying to set an image inside KDCircularProgress which is placed inside a UITableViewCell. When I add an image from StoryBoard it successfully shows, but when I try to add it programatically the image does not appear. func…
Abdullah Saeed
  • 3,065
  • 1
  • 15
  • 27
0
votes
1 answer

SwiftUI, Circular progress bar with image on progress

I'm trying to implement a circular progress bar in SwiftUI with an image on the progress and animation. Any help or idea would be appreciated. Here is what I plan to implement:imageLink This is what I could implement so far: image2 And this is my…
0
votes
0 answers

I have a circular progress bar and I want to change the progress bar's color based on the percentage but cant seem to do it (using jsp)

JQUERY I want to change the color of the progress bar based on the percentage I get. i tried it putting like this in the jquery itself like this but its not working. $(el).circleProgress({fill : {color : '<%= colorCode…
0
votes
1 answer

Having trouble keep KDCircularProgress view inside parent view

I tried to use KDCircularProgress in my project in progressView class which inherent UIView class init(frame: CGRect) { progress = KDCircularProgress(frame: frame) letter = "A" super.init(frame: frame) …
0
votes
1 answer

KDCircularProgressView not showing

I want to make KDCircularProgressView programmatically. I included KDCircularProgressView.swift file from https://github.com/kaandedeoglu/KDCircularProgress. Here is code form UIViewController: private var progressView: KDCircularProgress! private…
Rango
  • 229
  • 1
  • 4
  • 14
0
votes
1 answer

Having trouble installing KDCircularProgress Xcode 9

I want to install KDCircularProgress I've tried Cocoapods and adding .swift file to the project but I get two errors for that Property cannot be marked @IBInspectable because its type cannot be represented in Objective-C and linker command…
vahidgr
  • 81
  • 10
0
votes
0 answers

generalising circular progress bar animation for multiple times use with different percentage

I have already achieved circular progress bar animation for once. Now i want to generalize it which means I would like to use it multiple with different percentage values. As I understand this has to be done using Object orient concept. Though I…
0
votes
1 answer

Crash when opening a view controller with a KDCircularProgress "return mod ..."

Everytime I re-open the app, my UITableView which contains a KDCircularProgress in every cell crashes with this error. Any idea how to fix it? (it doesn't crash all the time, sometimes it works too) I think it's the value "value" which has a…
Oscar Falmer
  • 1,771
  • 1
  • 24
  • 38
0
votes
1 answer

call a function when KDCircularProgress animation is done

Have anyone used KDCircularProgress? If yes, how can I do something when the animation is done? circularProgressView.animateToAngle(360, duration: 5, completion:nil) Any idea how to call a function when the animation is done?
fs_tigre
  • 10,650
  • 13
  • 73
  • 146