diff --git a/IN_SOPT_Third_Assignment.xcodeproj/project.xcworkspace/xcuserdata/chungchaeeun.xcuserdatad/UserInterfaceState.xcuserstate b/IN_SOPT_Third_Assignment.xcodeproj/project.xcworkspace/xcuserdata/chungchaeeun.xcuserdatad/UserInterfaceState.xcuserstate index 5443155..9eaff82 100644 Binary files a/IN_SOPT_Third_Assignment.xcodeproj/project.xcworkspace/xcuserdata/chungchaeeun.xcuserdatad/UserInterfaceState.xcuserstate and b/IN_SOPT_Third_Assignment.xcodeproj/project.xcworkspace/xcuserdata/chungchaeeun.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/IN_SOPT_Third_Assignment/vc/PhotoGridViewController.swift b/IN_SOPT_Third_Assignment/vc/PhotoGridViewController.swift index 1da9eca..0121dc9 100644 --- a/IN_SOPT_Third_Assignment/vc/PhotoGridViewController.swift +++ b/IN_SOPT_Third_Assignment/vc/PhotoGridViewController.swift @@ -169,6 +169,7 @@ extension PhotoGridViewController: UITableViewDataSource { return friendList.count } + func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { guard let friendCell = tableView.dequeueReusableCell( withIdentifier: FriendTableViewCell.identifier, for: indexPath) diff --git a/IN_SOPT_Third_Assignment/vc/PlusGridViewController.swift b/IN_SOPT_Third_Assignment/vc/PlusGridViewController.swift index 6cb57a0..b0fa729 100644 --- a/IN_SOPT_Third_Assignment/vc/PlusGridViewController.swift +++ b/IN_SOPT_Third_Assignment/vc/PlusGridViewController.swift @@ -112,6 +112,7 @@ extension PlusGridViewController { recentLabel.snp.makeConstraints{make in make.top.equalToSuperview().offset(55) make.centerX.equalToSuperview() + make.height.equalTo(18) } sendLabel.snp.makeConstraints{make in