Coder Social home page Coder Social logo

xnprogresshud's Issues

setDisposableDelayResponse 马上dismiss后卡住

[[XNProgressHUD shared] setDisposableDelayResponse:0.3 delayDismiss:60];
[[XNProgressHUD shared] dismiss];
我想避免多次弹框问题,网络请求前延迟展示loading,请求后取消loading,如果0.3秒内返回了,就导致消失不掉的问题
被return了,里边玄虚弹出时候定时器处理也有点混乱

  • (void)didDismissOnMainQueue {
    BOOL showing = self.showing;

    __block UIView *targetView = self.targetView;
    if (!showing && [self isWindowAndIsNotKeyWindow:(targetView)]) {
    targetView.hidden = YES;
    }
    if(!showing) return;

流程问题

网络请求中习惯 [self.targetHud show];
结束后 [self.targetHud dismiss];
需要文字提示的时候showWithTitle
[self.targetHud show];
[self.targetHud dismiss];
[self.targetHud showWithTitle:@"这是一个支持自定义的轻量级HUD"];
这样的效果提示框会一闪而过,dismiss中有个animate延迟问题

支持最小宽度

非常感谢大力支持!谢谢!

在vertical的情况下,如果标题过于短,而自定义的图标和padding都比较大的话,就会显示成瘦的长方形。可否支持下最小宽度,让他看起来没那么扁?

状态的过渡动画问题

尝试如下操作:

            XNProgressHUD.shared()?.show()
            Async.main(after: 5) {
                XNProgressHUD.shared()?.showError(withTitle: "请求失败")
                Async.main(after: 5) {
                    XNProgressHUD.shared()?.showSuccess(withTitle: "请求成功")
                }
            }

在loading > error的过程中,titleLabel的动画是从左上角下来的,有点儿奇怪。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.