Skip to content

Commit

Permalink
Merge pull request #119 from nakajijapan/use-pdf-format
Browse files Browse the repository at this point in the history
Use pdf format
  • Loading branch information
nakajijapan authored Jul 28, 2021
2 parents fa15b01 + 798fe4f commit 42c0a5f
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 29 deletions.
4 changes: 2 additions & 2 deletions PhotoSlider.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"package": "PhotoSlider",
"repositoryURL": "[email protected]:nakajijapan/PhotoSlider.git",
"state": {
"branch": "master",
"revision": "80c85fdea102d80f80a051009e9f6aa60364ed18",
"branch": "use-pdf-format",
"revision": "fa15b0156fef487d74921376b4cb558c0416362d",
"version": null
}
}
Expand Down
2 changes: 1 addition & 1 deletion PhotoSliderDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "[email protected]:nakajijapan/PhotoSlider.git";
requirement = {
branch = master;
branch = "use-pdf-format";
kind = branch;
};
};
Expand Down
1 change: 1 addition & 0 deletions PhotoSliderDemo/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ extension ViewController: UICollectionViewDelegate {
photoSlider.currentPage = indexPath.row
//photoSlider.visibleCloseButton = false
//photoSlider.visiblePageControl = false
photoSlider.visibleShareButton = true
photoSlider.captionNumberOfLines = 0

// UIViewControllerTransitioningDelegate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{
"images" : [
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
"filename" : "close.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{
"images" : [
{
"filename" : "PhotoSliderShare.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
"filename" : "ShareButton.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 42c0a5f

Please sign in to comment.