-
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!
-
Hello!
I've been trying to use ViewInspector to test some of my screen, and it seems like there is no way to retrieve and inspect views contained in a container view with generic content.
So to e…
-
I have receive memory leak after set thicknessRatio value
_progressView.thicknessRatio = 0.1;
-
@wangmchn 感谢你写的这个库!请教几个问题:
1、滚动时字体颜色动画如何取消? 2、progressView是否可以自定义view?
-
```
for (UIViewController *vc in displayingViewControllers) {
[vc.view removeFromSuperview];
[vc willMoveToParentViewController:nil];
[vc removeFromParentViewController];
}
if (self.scroll…
-
为什么不能自己写进度条的颜色? 额 要是配合默认的白色 这个进度跳的颜色可以 但是实际开发中 不打可能都是这个配色 所以 进度条的颜色可设置还是比较重要的 虽然在源代码文件可以直接写 但是还是有 接口比较好 这是我的建议 谢谢
-
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 …
-
```
I'd like to have this feature in the programm:
show the progress of the playback in minimizes state in the taskbar
The feature is important for me because:
The feature is important for other us…
-
I am converting my existing project to Swift and just came across a small hiccup
Previously, I assigned a tap block as such:
KVNProgressConfiguration *config = [Configuration errorProgressConfig]; …
-
I am downloading the video in tableview cell using this method
[[TWRDownloadManager sharedManager] downloadFileForURL:FILE_URL progressBlock:^(CGFloat progress) {
self.progressView.progr…