-
What is the proper way to make `FrameView` twice smaller? It looks too huge to me.
I've read FAQ (https://github.com/pkluz/PKHUD/wiki/FAQ), but there you suggest only to adjust inner subviews, not …
-
Is it possible to determine if the Story progress View is running ?
progessview.startstories()
progressview.resume()
when called causes multiple progress view to run simultaneously!
-
```
public func selectItemAtIndex(index: Int) {
let tag = index + tagGap
let currentIndex = selectedItem.tag - tagGap //this line exit break
guard currentIndex != index && sele…
-
The color for the indicator color should be settable, so that user of the framework can change the color.
-
I have receive memory leak after set thicknessRatio value
_progressView.thicknessRatio = 0.1;
-
while using this framework on devices containing iOS latest `9.3.6 version` , there is a crash on the following
```
override init() {
super.init()
}
```
of
` private class KDCircularProgressV…
-
@wangmchn 感谢你写的这个库!请教几个问题:
1、滚动时字体颜色动画如何取消? 2、progressView是否可以自定义view?
-
```
for (UIViewController *vc in displayingViewControllers) {
[vc.view removeFromSuperview];
[vc willMoveToParentViewController:nil];
[vc removeFromParentViewController];
}
if (self.scroll…
-
First of all: thanks for that awesome library! It's so much better that what is currently available in SwiftUI!
Now to describe the actual problem: when I am navigating between static views, everyt…
ln-12 updated
3 years ago
-
A `loading()` (similar to modifiers like `disabled()`) should be supported on components that may need a loading indicator (InputField, Button,...)
It probably should also contain a `disabled()` mo…