var body: some View {
VStack {
// ...
}
.padding()
.actionSheet(isPresented: $actionSheetVisible) { () -> ActionSheet in
ActionSheet(
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fill((-pi:.05:pi).*sin(pi*sin(-pi:.05:pi)./(-pi:.05:pi)), ... | |
-abs(-pi:.05:pi).*cos(pi*sin(-pi:.05:pi)./(-pi:.05:pi)),'r') | |
set(gcf,'Position',get(0,'Screensize')) |