Skip to content

Commit 7b082b0

Browse files
committed
Profile VC; UI Added
1 parent 0c62355 commit 7b082b0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3043
-1
lines changed

Cluster.xcodeproj/project.pbxproj

Lines changed: 138 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

Cluster/Base.lproj/Main.storyboard

Lines changed: 194 additions & 1 deletion
Large diffs are not rendered by default.

Cluster/HomeViewController.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ class HomeViewController: UIViewController {
3333
profileAvatar.layer.cornerRadius = 10.0
3434
profileAvatar.clipsToBounds = true
3535

36+
var object = PFObject(className: "TestClass")
37+
object.addObject("iOS-Developers", forKey: "bestSlackGroup")
38+
object.addObject("iPhone", forKey: "bestSmartPhone")
39+
object.save()
40+
3641
}
3742

3843
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x",
6+
"filename" : "Plus Icon.png"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
303 Bytes
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x",
6+
"filename" : "fashion-person-woman-apple.jpg"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
7.14 MB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x",
6+
"filename" : "night.jpg"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
392 KB
Loading

0 commit comments

Comments
 (0)