Skip to content

Commit

Permalink
changed toggle text
Browse files Browse the repository at this point in the history
  • Loading branch information
ewang001 committed Dec 8, 2023
1 parent ae07888 commit 7a2be93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/newHere1/newHere.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"newHere/Preview Content\"";
DEVELOPMENT_TEAM = W23Y365YR7;
DEVELOPMENT_TEAM = A7X36A78B2;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -721,7 +721,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"newHere/Preview Content\"";
DEVELOPMENT_TEAM = W23Y365YR7;
DEVELOPMENT_TEAM = A7X36A78B2;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
2 changes: 1 addition & 1 deletion app/newHere1/newHere/Views/Home/Home.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct HomePageView: View {
// Each button toggles the state to show respective views or popups.
Spacer()
VStack{
swipeableView()
// swipeableView()
HStack{
HStack(alignment: .bottom, spacing: 28.0) {
Button(action: {updateARState.updateTrue = true})
Expand Down
2 changes: 1 addition & 1 deletion app/newHere1/newHere/Views/Post/Post.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct PostsPopup: View {
HStack {

Toggle(isOn: $onlyFriendsVisibility) {
Text("Friends")
Text("Friends Only")
.frame(maxWidth: .infinity, alignment: .trailing)
}

Expand Down

0 comments on commit 7a2be93

Please sign in to comment.