Skip to content

Instantly share code, notes, and snippets.

View Alex13832's full-sized avatar

Alexander Karlsson Alex13832

  • Alexander Karlsson
  • Göteborg
View GitHub Profile

Action sheet SwiftUI

var body: some View {
    VStack {
        // ...
    }
    .padding()
    .actionSheet(isPresented: $actionSheetVisible) { () -> ActionSheet in
 ActionSheet(
@Alex13832
Alex13832 / valentine
Last active August 29, 2015 14:15
matlab
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'))