Skip to content

Commit 4e8bff0

Browse files
authored
Merge pull request #1 from jgonfer/1.0.0
1.0.0 -> master
2 parents 5d1ab03 + e113856 commit 4e8bff0

21 files changed

+106
-16
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# safariviewcontroller-tutorial-swift
2-
Project example related to the blog post on how to integrate the SFSfariViewController.
1+
### SFSafariViewController Tutorial for Swift 3
2+
[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=58d3d0155223860001760619&branch=master&build=latest)](https://dashboard.buddybuild.com/apps/58ad1da0b6bc0901002edae5/build/latest?branch=master)
3+
[![platform](https://img.shields.io/badge/platform-ios-lightgrey.svg?style=flat)](https://developer.apple.com/ios/)
4+
[![env](https://img.shields.io/badge/env-xcode_8.2.1-lightgrey.svg?style=flat)](https://developer.apple.com/xcode/)
5+
[![swift](https://img.shields.io/badge/swift-3.0.2-orange.svg?style=flat)](https://swift.org/)
6+
[![Web: jgonfer.com](https://img.shields.io/badge/web-jgonfer.com-yellow.svg?style=flat)](https://jgonfer.com)
7+
[![Twitter: @j_gonfer](https://img.shields.io/badge/twitter-@j__gonfer-blue.svg?style=flat)](https://twitter.com/j_gonfer)
8+
9+
![App Icon](https://jgonfer.com/blog/wp-content/uploads/2017/03/SFSafariViewController-Tutorial-Icon.png)
10+
11+
Visit the related post to learn about the SFSafariViewController object and make this project from scratch at https://jgonfer.com/blog/sfsafariviewcontroller-tutorial-for-swift-3/.
12+
13+
![SFSafariViewController Preview](https://jgonfer.com/blog/wp-content/uploads/2017/03/In-App_cookie.gif)

SFSafariVC/SFSafariVC/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 52 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,105 @@
11
{
22
"images" : [
33
{
4+
"size" : "20x20",
45
"idiom" : "iphone",
5-
"size" : "29x29",
6+
"filename" : "Icon-41.png",
67
"scale" : "2x"
78
},
89
{
10+
"size" : "20x20",
911
"idiom" : "iphone",
10-
"size" : "29x29",
12+
"filename" : "Icon-60.png",
1113
"scale" : "3x"
1214
},
1315
{
16+
"size" : "29x29",
1417
"idiom" : "iphone",
15-
"size" : "40x40",
18+
"filename" : "[email protected]",
1619
"scale" : "2x"
1720
},
1821
{
22+
"size" : "29x29",
1923
"idiom" : "iphone",
20-
"size" : "40x40",
24+
"filename" : "[email protected]",
2125
"scale" : "3x"
2226
},
2327
{
28+
"size" : "40x40",
2429
"idiom" : "iphone",
25-
"size" : "60x60",
30+
"filename" : "[email protected]",
2631
"scale" : "2x"
2732
},
2833
{
34+
"size" : "40x40",
35+
"idiom" : "iphone",
36+
"filename" : "[email protected]",
37+
"scale" : "3x"
38+
},
39+
{
40+
"size" : "60x60",
2941
"idiom" : "iphone",
42+
"filename" : "[email protected]",
43+
"scale" : "2x"
44+
},
45+
{
3046
"size" : "60x60",
47+
"idiom" : "iphone",
48+
"filename" : "[email protected]",
3149
"scale" : "3x"
3250
},
3351
{
52+
"size" : "20x20",
3453
"idiom" : "ipad",
35-
"size" : "29x29",
54+
"filename" : "Icon-20.png",
3655
"scale" : "1x"
3756
},
3857
{
58+
"size" : "20x20",
3959
"idiom" : "ipad",
40-
"size" : "29x29",
60+
"filename" : "Icon-42.png",
4161
"scale" : "2x"
4262
},
4363
{
64+
"size" : "29x29",
4465
"idiom" : "ipad",
45-
"size" : "40x40",
66+
"filename" : "Icon-29.png",
4667
"scale" : "1x"
4768
},
4869
{
70+
"size" : "29x29",
4971
"idiom" : "ipad",
50-
"size" : "40x40",
72+
"filename" : "[email protected]",
5173
"scale" : "2x"
5274
},
5375
{
76+
"size" : "40x40",
5477
"idiom" : "ipad",
55-
"size" : "76x76",
78+
"filename" : "Icon-40.png",
5679
"scale" : "1x"
5780
},
5881
{
82+
"size" : "40x40",
83+
"idiom" : "ipad",
84+
"filename" : "[email protected]",
85+
"scale" : "2x"
86+
},
87+
{
88+
"size" : "76x76",
5989
"idiom" : "ipad",
90+
"filename" : "Icon-76.png",
91+
"scale" : "1x"
92+
},
93+
{
6094
"size" : "76x76",
95+
"idiom" : "ipad",
96+
"filename" : "[email protected]",
97+
"scale" : "2x"
98+
},
99+
{
100+
"size" : "83.5x83.5",
101+
"idiom" : "ipad",
102+
"filename" : "[email protected]",
61103
"scale" : "2x"
62104
}
63105
],
669 Bytes
Loading
960 Bytes
Loading
2.12 KB
Loading
2.12 KB
Loading
3.37 KB
Loading
1.37 KB
Loading
3.06 KB
Loading
3.06 KB
Loading

0 commit comments

Comments
 (0)