Kaan Dedeoglu

Results 12 comments of Kaan Dedeoglu

Do you have any crash logs, screenshots, or any leads you can post here please?

@HamzaAtcoding I unfortunately don't own such device to reproduce the crash. One possible solution comes to mind: It seems like the crash occurs while KDCircularProgress is being initialized through the...

@HamzaAtcoding I'm really sorry, but I don't have anything. I'm not clear how a simple init is crashing..

I don't think so, this library was initially developed during iOS 9 was the latest, and it used to work fine. I unfortunately don't have devices / Xcode versions to...

@return1225 Sorry I must have skipped this issue. Could you please explain better what you're trying to do? You want the gradients to apply only to a specified range? @gaecer...

Hey @bgdn0 ,that's a very good suggestion, thanks for getting involved! I'm a little concerned it'll break code for some people. On the other hand it makes sense to align...

@bgdn0 So the feature is now working, we also get the nesting behavior for colors (it also uncovered a beautiful refactoring that got rid of a lot of duplicate code)....

Hey, the changes are now pushed to the `namespaced_color_assets` branch, you'll have to build from source to test it: Simply navigating to the root and doing `swift build -c release...

@Yetispapa I'm not sure if I want to do that, subclassing support means making `KDCircularProgress` `open`, which will also require most properties to become `open` exposing many implementation detail variables...

The space surrounding the progress is intentional. Please look at the discussion in #59.