Questions tagged [uicontrolview]

4 questions
0
votes
0 answers

How can I send a control to front of another controls?

I want to change the z-index of a control, but I did not find what I was looking for, even the translationz and elevation attributes did not have any effect in order to put one control on another control. What approach do you…
0
votes
0 answers

Error in Matlab's uicontrol

I am implementing uicontrol in matlab as below: for m = 1: 10 uicontrol(Fig_handle,'Style', 'pushbutton',... 'String', sprintf('%s', ImgNames{m,2}),... 'Tag', sprintf('%s', ImgNames{m,2}),... 'Value', 0, 'Min',0, 'Max',1,... …
Mojo Jojo
  • 369
  • 3
  • 11
  • 31
0
votes
1 answer

positioning uicontrol to create infinite scroll

I'm a beginner at objective C learning to program, and also beginner at asking questions on this site, please bear with me. I am currently trying to draw a column of boxes (UIControls) on the screen, and be able to scroll them upward or downward…
yunyun
  • 1
0
votes
1 answer

Custom initializer for reusable view controller

As you can see from screenshot below, I have view controller, which I am reusing. Depending which tab bar is selected, different view controller instances are created. But depending on tab bar, I would like to initialize my view controller…
Pablo
  • 28,133
  • 34
  • 125
  • 215