diff --git a/Yep.xcodeproj/project.pbxproj b/Yep.xcodeproj/project.pbxproj index 643543c7..41ddabf8 100644 --- a/Yep.xcodeproj/project.pbxproj +++ b/Yep.xcodeproj/project.pbxproj @@ -102,6 +102,8 @@ 5033159D1AC101C80008A209 /* ChatRightTextCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5033159B1AC101C80008A209 /* ChatRightTextCell.xib */; }; 503315A01AC126100008A209 /* MessageToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5033159F1AC126100008A209 /* MessageToolbar.swift */; }; 503807201BD9EEFC0068345E /* YepMedia.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5038071F1BD9EEFC0068345E /* YepMedia.swift */; }; + 503807231BDA18040068345E /* FeedSkillUsersCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503807211BDA18040068345E /* FeedSkillUsersCell.swift */; }; + 503807241BDA18040068345E /* FeedSkillUsersCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 503807221BDA18040068345E /* FeedSkillUsersCell.xib */; }; 50392CD11B393FF60009D647 /* SkillAddCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50392CCF1B393FF60009D647 /* SkillAddCell.swift */; }; 50392CD21B393FF60009D647 /* SkillAddCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 50392CD01B393FF60009D647 /* SkillAddCell.xib */; }; 5039594E1B05E6E000797A3E /* ProfileSocialAccountGithubCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5039594C1B05E6E000797A3E /* ProfileSocialAccountGithubCell.swift */; }; @@ -405,6 +407,8 @@ 5033159B1AC101C80008A209 /* ChatRightTextCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = ChatRightTextCell.xib; path = Views/Cells/ChatRightText/ChatRightTextCell.xib; sourceTree = ""; }; 5033159F1AC126100008A209 /* MessageToolbar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MessageToolbar.swift; path = Views/MessageToolbar/MessageToolbar.swift; sourceTree = ""; }; 5038071F1BD9EEFC0068345E /* YepMedia.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = YepMedia.swift; path = Helpers/YepMedia.swift; sourceTree = ""; }; + 503807211BDA18040068345E /* FeedSkillUsersCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FeedSkillUsersCell.swift; path = Views/Cells/FeedSkillUsers/FeedSkillUsersCell.swift; sourceTree = ""; }; + 503807221BDA18040068345E /* FeedSkillUsersCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = FeedSkillUsersCell.xib; path = Views/Cells/FeedSkillUsers/FeedSkillUsersCell.xib; sourceTree = ""; }; 50392CCF1B393FF60009D647 /* SkillAddCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SkillAddCell.swift; path = Views/Cells/SkillAdd/SkillAddCell.swift; sourceTree = ""; }; 50392CD01B393FF60009D647 /* SkillAddCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = SkillAddCell.xib; path = Views/Cells/SkillAdd/SkillAddCell.xib; sourceTree = ""; }; 5039594C1B05E6E000797A3E /* ProfileSocialAccountGithubCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ProfileSocialAccountGithubCell.swift; path = Views/Cells/ProfileSocialAccount/ProfileSocialAccountGithubCell.swift; sourceTree = ""; }; @@ -1044,6 +1048,7 @@ 5064F65B1B0B14470089FAD4 /* AddFriendMore */, 50E348941B9063AD00A8E699 /* About */, 50AFBF651BB4FC37007D19DA /* Feed */, + 503807251BDA180A0068345E /* FeedSkillUsers */, 50F5AF921BBBCC960033C9BC /* FeedMediaAdd */, 50F5AF9B1BBBD0310033C9BC /* FeedMedia */, 6A5632901BC90A4900397B53 /* DiscoverCardUser */, @@ -1273,6 +1278,15 @@ name = MessageToolbar; sourceTree = ""; }; + 503807251BDA180A0068345E /* FeedSkillUsers */ = { + isa = PBXGroup; + children = ( + 503807211BDA18040068345E /* FeedSkillUsersCell.swift */, + 503807221BDA18040068345E /* FeedSkillUsersCell.xib */, + ); + name = FeedSkillUsers; + sourceTree = ""; + }; 50392CCE1B393FAE0009D647 /* SkillAdd */ = { isa = PBXGroup; children = ( @@ -2182,6 +2196,7 @@ 848806B11B789A2D000C5424 /* EditSkillCell.xib in Resources */, 50E114FD1ABC549300F13000 /* ContactsCell.xib in Resources */, 502AE54F1AB93175005BD199 /* ProfileHeaderCell.xib in Resources */, + 503807241BDA18040068345E /* FeedSkillUsersCell.xib in Resources */, 50F5AF9A1BBBD02A0033C9BC /* FeedMediaCell.xib in Resources */, 50A640EA1B6F45FA0050E4A3 /* DoNotDisturbPeriodCell.xib in Resources */, 502B60651BD1208E00D9C17E /* CameraCell.xib in Resources */, @@ -2365,6 +2380,7 @@ 505EC81C1ADFBE1B001D27E0 /* SkillSelectionCell.swift in Sources */, 5023DE591AB6DBC100B3EE96 /* UIImage+Yep.swift in Sources */, 508F8FD41B01E3D100461B0B /* SocialWorkDribbbleViewController.swift in Sources */, + 503807231BDA18040068345E /* FeedSkillUsersCell.swift in Sources */, 502B605F1BD112E500D9C17E /* QuickPickPhotosCell.swift in Sources */, 50AFBF5F1BB4F332007D19DA /* FeedsViewController.swift in Sources */, 50EB8CBF1AE89ED8001AC1EE /* ChatLeftVideoCell.swift in Sources */, diff --git a/Yep/Views/Cells/FeedSkillUsers/FeedSkillUsersCell.swift b/Yep/Views/Cells/FeedSkillUsers/FeedSkillUsersCell.swift new file mode 100644 index 00000000..13e4abfa --- /dev/null +++ b/Yep/Views/Cells/FeedSkillUsers/FeedSkillUsersCell.swift @@ -0,0 +1,30 @@ +// +// FeedSkillUsersCell.swift +// Yep +// +// Created by nixzhu on 15/10/23. +// Copyright © 2015年 Catch Inc. All rights reserved. +// + +import UIKit + +class FeedSkillUsersCell: UITableViewCell { + + @IBOutlet weak var promptLabel: UILabel! + + @IBOutlet weak var avatarImageView1: UIImageView! + @IBOutlet weak var avatarImageView2: UIImageView! + @IBOutlet weak var avatarImageView3: UIImageView! + + override func awakeFromNib() { + super.awakeFromNib() + // Initialization code + } + + override func setSelected(selected: Bool, animated: Bool) { + super.setSelected(selected, animated: animated) + + // Configure the view for the selected state + } +} + diff --git a/Yep/Views/Cells/FeedSkillUsers/FeedSkillUsersCell.xib b/Yep/Views/Cells/FeedSkillUsers/FeedSkillUsersCell.xib new file mode 100644 index 00000000..aa1f688e --- /dev/null +++ b/Yep/Views/Cells/FeedSkillUsers/FeedSkillUsersCell.xib @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +