Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Version 1.0 Build 5
Browse files Browse the repository at this point in the history
- prints deleted
  • Loading branch information
Heiner Gerdes committed Oct 16, 2019
1 parent 68e2d16 commit 7a84077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dynamic Predicate CoreData.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_ASSET_PATHS = "\"Dynamic Predicate CoreData/Preview Content\"";
DEVELOPMENT_TEAM = 62GJNTNB5W;
ENABLE_PREVIEWS = YES;
Expand All @@ -366,7 +366,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_ASSET_PATHS = "\"Dynamic Predicate CoreData/Preview Content\"";
DEVELOPMENT_TEAM = 62GJNTNB5W;
ENABLE_PREVIEWS = YES;
Expand Down
4 changes: 2 additions & 2 deletions Dynamic Predicate CoreData/Views/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct ContentView: View {

} //end VStack

.sheet(isPresented: $showModal, onDismiss: {print("dismissed")}, content: {
.sheet(isPresented: $showModal, content: {
if self.selectedModal == 1{
NavigationView{
AddPerson(showModal: self.$showModal)
Expand All @@ -53,7 +53,7 @@ struct ContentView: View {
.environment(\.managedObjectContext, self.managedObjectContext)
}
}
}).onDisappear(perform: {print("Ddsfdf")})
})


.navigationBarItems(trailing:
Expand Down

0 comments on commit 7a84077

Please sign in to comment.