in Education by
I have ATMhud. I' m showing hud with progress bar. I want to download actualization then. But user can back to previous view and stop actualization. I' m tried push "push black view", but i only cover current view without navigation/tabar. How i can block clicking everything, before actualization finish? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
If I understood your question correctly, you want to prevent user to interact with your view till your loading process is finished. You can set Views userInteractionEnabled property for that. When you go for loading show at that moment set self.view.userInteractionEnabled = NO and after when your process is finished self.view.userInteractionEnabled = YES so this way you can prevent user to interact anywhere on your view while process is undergoing. Hope it helps.

Related questions

0 votes
    I need help on some logic. This is how my application is structured. Welcome View Controller > Login View ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 25, 2022 in Education by JackTerrance
0 votes
    The group delay of a wave with phase constant 2.5 units and frequency of 1.2 radian/sec ... proposed by,electromagnetic theory engineering physics,electromagnetic theory nptel...
asked Nov 5, 2021 in Education by JackTerrance
0 votes
    A 10 μF capacitor is charged from a 5 volt source through a resistance of 10 kΩ. The charging current offer 35 ... for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 12, 2021 in Education by JackTerrance
0 votes
    Which of the following tag represents a section of the document intended for navigation in HTML5? A - footer B - nav C - section D - dialog...
asked Dec 1, 2020 in Technology by JackTerrance
0 votes
    I am trying to update an Entity EF Core record like this: public class Customer { public int Id { ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 10, 2022 in Education by JackTerrance
0 votes
    I want to calculate browser height without considering browser address bar and bottom navigation bar height. The ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    I want to calculate browser height without considering browser address bar and bottom navigation bar height. The ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 24, 2022 in Education by JackTerrance
0 votes
    I create a blank project whit expo init then I installed react-navigation whit npm install @react-navigation ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    I am trying to use a BottomNavigationView with Android Navigation to create a standard tabbed application with three ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 5, 2022 in Education by JackTerrance
0 votes
    I'm trying to access my .xml file in the ClientBin with no success. code: WebClient xmlClient = ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    I have the following nav element in regular html. I would like to convert it to a dynamic loop in ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
...