Questions tagged [disclosure]
59 questions
1
vote
1 answer
How to create resize window with multiple disclosure triangle?
I want to create a window like "Finder Get Info" window with multiple disclosure triangle.
I want to resize the window dynamically. Any example which explain this behaviour?
Any help would be appreciated.

Vinpai
- 1,689
- 3
- 16
- 18
1
vote
1 answer
App rejected from Google Play (not compliant with one or more of our Developer Policies)
"Your app is uploading users' Installed Application information to https://cloudconfig.googleapis.com without a prominent disclosure."
I'm getting the above message, but my app is only using Firebase analytics. Do we need to show disclosure even for…

Pradeep
- 19
- 1
1
vote
0 answers
How do I make the entire Disclosure Group Label Tappable in SwiftUI?
I am working with a Disclosure Group in SwiftUI. By default it displays the disclosure indicator, but it is the only thing you can tap on to display the content. I would like to be able to tap on the label 'row' to toggle the disclosure. I have set…

forrest
- 10,570
- 25
- 70
- 132
1
vote
1 answer
I use disclousreGroup as recursion, but the view update doesn't work properly. Is there any way?
enter image description here
If you change the data after collapse, the View is reused and drawn strangely.
Reusing the View in swiftUI seems to produce these results.
Can I control the reuse of Views? Or is there another way?
Is it related to…

Park재현
- 49
- 4
1
vote
1 answer
SwiftUI - disclosure group expanding behaviour - keep top item static
I'm trying to create a drop down menu using swift UI. I'm actually implementing this into a UIKit project.
The basic functionality I am going for should be that the user clicks on a label with a certain data unit on it and a list expands with other…

DevB1
- 1,235
- 3
- 17
- 43
1
vote
1 answer
How to resize an extra box with disclosure triangle in Cocoa?
How to resize an extra box with disclosure triangle in Cocoa?
- (IBAction)disclosureTriangleClicked:(id)sender {
NSWindow *window =[sender window];
NSRect frame = [window frame];
[otherBox frame].size.height +14;
switch([sender…
user762034
1
vote
1 answer
Adding Disclosure Buttons to a Table when using Data.plist
I've created a table from a data.plist and was trying to figure out how to add a disclosure button at the second level-to-third level table. It would be used to add a UIView "credits" to the student artists who made the picture. However, I need to…

Parker
- 11
- 1
- 3
1
vote
1 answer
How do I add text to jquery script button?
I have this old jquery script for progressive disclosure: (notice the $(this).text('more...') code changes the button text.