Giter Club home page Giter Club logo

Comments (7)

kevin-hirsch avatar kevin-hirsch commented on July 17, 2024

Hello @Meseery,

Can you be more clear on what you expected and what you get?
Do you use the fullscreen this way:

KVNProgressConfiguration *configuration = [KVNProgressConfiguration defaultConfiguration];
configuration.fullScreen = YES;

[KVNProgress setConfiguration:configuration];

?

Also, you say the HUD is not shown on a collection view but you are using the method showErrorWithStatus: which displays the HUD on the window not on a certain view like showErrorWithStatus:onView:

from kvnprogress.

Meseery avatar Meseery commented on July 17, 2024

Hello @kevin-hirsch
Yes, i used the configuration above, configuration.fullscreen=YES and it doesn't work on main view which contains a collection view embedded in scroll view, I used all forms of methods and eventually it doesn't work !

from kvnprogress.

kevin-hirsch avatar kevin-hirsch commented on July 17, 2024

You are calling the HUD inside the code of your collection view?
Are you using it on other parts of your app and do it work correctly?
So, how and where the HUD is showing? Could you provide a screenshot of your issue?

from kvnprogress.

Meseery avatar Meseery commented on July 17, 2024

No, i called it on loading the view on fetching the data and yes, it works in other views ,it's not working in application:didFinishLaunchingWithOptions: and it's not shown !

from kvnprogress.

Meseery avatar Meseery commented on July 17, 2024

Here're some details:

  • i've a UITabbarController which have 5 viewcontrollers.
  • The home view controller which i set by calling setSelectedIndex: method.
    -This home view controller have the method showWithStatus: in its viewDidLoad method.

When loading this view controller, the HUD is not shown, however, it's been shown on other viewcontrollers !!

from kvnprogress.

kevin-hirsch avatar kevin-hirsch commented on July 17, 2024

So calling [KVNProgress showErrorWithStatus:@"In Progress"] is not working in application:didFinishLaunchingWithOptions: method from your AppDelegate and also from the viewDidLoad of the first UIViewController contained in your UITabbarController at app launch?
I will try to reproduce it and fix it ;)

from kvnprogress.

Meseery avatar Meseery commented on July 17, 2024

Yes, exactly ,Thanks :)

from kvnprogress.

Related Issues (20)

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.