Skip to content

Commit

Permalink
optional challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit-007 committed Jul 19, 2020
1 parent 8e05f89 commit 5db4e5c
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
//
// ScrollViewWithSegmentControl.swift
// SwiftUIChallenge
//
// Created by Amit Majumdar on 19/07/20.
//

import SwiftUI

struct ScrollViewWithSegmentControl: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}

struct ScrollViewWithSegmentControl_Previews: PreviewProvider {
static var previews: some View {
ScrollViewWithSegmentControl()
}
}

0 comments on commit 5db4e5c

Please sign in to comment.