Skip to content

Commit

Permalink
Updated GIF.
Browse files Browse the repository at this point in the history
Removed commented code.
  • Loading branch information
dimix committed Oct 29, 2016
1 parent ac5b7bd commit e6e9a62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "f268d18c-e996-4b29-9489-9c60d5e3f5bc++9718",
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "f268d18c-e996-4b29-9489-9c60d5e3f5bc++8055",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {
"f268d18c-e996-4b29-9489-9c60d5e3f5bc++9718" : {
"f268d18c-e996-4b29-9489-9c60d5e3f5bc++8055" : {

}
},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"8710737E6E4F06ACEC4FC00188A330F26426543B" : 9223372036854775807,
"f268d18c-e996-4b29-9489-9c60d5e3f5bc++9718" : 9223372036854775807
"f268d18c-e996-4b29-9489-9c60d5e3f5bc++8055" : 9223372036854775807,
"8710737E6E4F06ACEC4FC00188A330F26426543B" : 9223372036854775807
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "715DBD8A-EB3F-4F34-8678-6695AAD93A4B",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"8710737E6E4F06ACEC4FC00188A330F26426543B" : "ImageSlideShow\/",
"f268d18c-e996-4b29-9489-9c60d5e3f5bc++9718" : ".."
"f268d18c-e996-4b29-9489-9c60d5e3f5bc++8055" : "..",
"8710737E6E4F06ACEC4FC00188A330F26426543B" : "ImageSlideShow\/"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "Demo",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
Expand All @@ -26,7 +26,7 @@
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "http:\/\/svn.dimitrigiani.it",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Subversion",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "f268d18c-e996-4b29-9489-9c60d5e3f5bc++9718"
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "f268d18c-e996-4b29-9489-9c60d5e3f5bc++8055"
}
]
}
15 changes: 0 additions & 15 deletions Demo/Demo/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,6 @@ class ViewController: UIViewController {
}

}

/*
let navController = ImageSlideShowViewController.imageSlideShowNavigationController()
if let controller = navController.visibleViewController as? ImageSlideShowViewController
{
controller.dismissOnPanGesture = true
controller.slides = self.images
controller.enableZoom = true
controller.controllerDidDismiss = {
print("Controller Dismissed")
}
self.presentViewController(navController, animated: true, completion: nil)
}
*/
}
}

Binary file modified demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e6e9a62

Please sign in to comment.