Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 재생화면 VIP 싸이클 적용 #146

Closed
wants to merge 37 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
8dc9499
:sparkles: Toast class 구현
chopmozzi Nov 28, 2023
30e14f4
:recycle: 필요없는 코드 지우기
chopmozzi Nov 28, 2023
4a83716
:recycle: final 붙이기
chopmozzi Nov 28, 2023
adc5036
:sparkles: Playback Configurator 생성 및 적용
chopmozzi Nov 28, 2023
4a4f19d
:sparkles: VideoDTO 생성
chopmozzi Nov 28, 2023
82c1110
:recycle: video dto 수정
chopmozzi Nov 28, 2023
ac3b778
:sparkles: Playback ViewModel 생성
chopmozzi Nov 28, 2023
c4c49a7
:recycle: 재생화면 VIP Cycle 적용(홈에서)
chopmozzi Nov 28, 2023
057b567
:bug: 설정 탭 푸시 시 투명 배경 현상 수정
loinsir Nov 29, 2023
381fde8
:bug: 네비게이션 컨트롤러 중첩 버그 수정
loinsir Nov 29, 2023
4365dec
:sparkles: 초기 재생화면 재생 설정
chopmozzi Nov 29, 2023
bbe94b0
:sparkles: 재생화면 홈화면 VIP 연결
chopmozzi Nov 29, 2023
f422902
:bug: 실 기기에서 소리가 나지 않던 문제 수정
chopmozzi Nov 29, 2023
4989047
:sparkles: 재생화면 초기화면 세팅(홈에서 연결됐을 때)
chopmozzi Nov 29, 2023
1848ec7
:sparkles: 지도와 재생화면 연결
chopmozzi Nov 29, 2023
e3c2ac3
:sparkles: 무한 스크롤 VIP 연결
chopmozzi Nov 29, 2023
8475dbd
:recycle: 코드 정리
chopmozzi Nov 29, 2023
212f3c6
:sparkles: 다른 뷰로 이동 시 재생 바 사라지게 구현
chopmozzi Nov 29, 2023
3296d74
Merge remote-tracking branch 'refs/remotes/origin/iOS/dev'
chopmozzi Nov 29, 2023
109abbf
:sparkles: TagPlayList Scene UI 구현
loinsir Nov 29, 2023
9dbcdea
:recycle: Toast 수정
chopmozzi Nov 29, 2023
310fff5
:wrench: 테스트 코드 삭제
chopmozzi Nov 29, 2023
ce2a20d
:heavy_plus_sign: 태그 검색 더미 데이터 추가
loinsir Nov 29, 2023
980f5f5
:wrench: mock json 필드 수정
loinsir Nov 29, 2023
8316494
Merge pull request #143 from boostcampwm2023/iOS/bug#142
anyukyung Nov 29, 2023
50d6ce7
:heavy_plus_sign: 게시글 DTO 추가
loinsir Nov 29, 2023
cad4185
:sparkles: 태그 검색 뷰 VIP 사이클 구현
loinsir Nov 29, 2023
4001422
:sparkles: Sequence 비동기 extension 메서드 추가
loinsir Nov 30, 2023
e549eb8
:bug: provider data 리턴 타입 디코드 수정
loinsir Nov 30, 2023
3690025
:bento: 샘플 이미지 애셋 변경
loinsir Nov 30, 2023
ac24604
:recycle: 리뷰사항 반영
chopmozzi Nov 30, 2023
2aee1b7
:wrench: 데이터 전달 설정
loinsir Nov 30, 2023
f270691
Merge pull request #130 from boostcampwm2023/iOS/feat#129
anyukyung Nov 30, 2023
5bc5e8e
:wrench: 리뷰 반영 navigation title 표시 로직 수정
loinsir Nov 30, 2023
8ad694e
Merge pull request #149 from boostcampwm2023/iOS/feat#145
loinsir Nov 30, 2023
4c84266
Merge remote-tracking branch 'refs/remotes/origin/iOS/feat#122'
chopmozzi Nov 30, 2023
2b9ce5d
:wrench: 모델 수정
chopmozzi Nov 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🐛 provider data 리턴 타입 디코드 수정
  • Loading branch information
loinsir committed Nov 30, 2023
commit e549eb82d2541c3ab7bfd177ac2ef09a5c1cb342
10 changes: 8 additions & 2 deletions iOS/Layover/Layover/Network/Mock/MockData/PostList.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"data" : [
"customCode": "SUCCESS",
"message": "요청이 성공적으로 처리되었습니다.",
"statusCode": 200,
"data": [
{
"member" : {
"id" : 1,
"username" : "loinsir",
"introduce" : "Hi, my name is hwani",
"profile_image_url" : "https://i.namu.wiki/i/HPFgEkrlX8wtU-agoxsqlzllzfJrcFkDSJYFQxdBHUNyjyZtUpS9zy-7-6lfz4ngzB-1wbLRyhIP4TmnwPwKJ0mUec5403r5TJnI3NZpsYJL6GEVQTmR52YoFGLMbaIe4aGSzh4B4InI9r2g0VV74g.svg"
},
"board" : {
@@ -21,6 +25,7 @@
"member" : {
"id" : 2,
"username" : "chopmozzi",
"introduce" : "Hi, my name is hwani",
"profile_image_url" : "https://m.segye.com/content/image/2023/03/15/20230315514234.jpg"
},
"board" : {
@@ -38,6 +43,7 @@
"member" : {
"id" : 3,
"username" : "anyukyung",
"introduce" : "Hi, my name is hwani",
"profile_image_url" : "https://images.khan.co.kr/article/2021/11/15/l_2021111502000877900178361.jpg"
},
"board" : {
@@ -51,11 +57,11 @@
},
"tag" : ["해시태그1", "해시태그2"]
},

{
"member" : {
"id" : 4,
"username" : "layover",
"introduce" : "Hi, my name is hwani",
"profile_image_url" : "profile_image_link"
},
"board" : {
4 changes: 2 additions & 2 deletions iOS/Layover/Layover/Network/Provider/Provider.swift
Original file line number Diff line number Diff line change
@@ -86,14 +86,14 @@ class Provider: ProviderType {
func request(url: URL) async throws -> Data {
let (data, response) = try await session.data(from: url)
try self.checkStatusCode(of: response)
return try data.decode()
return data
}

func request(url: String) async throws -> Data {
guard let url = URL(string: url) else { throw NetworkError.components }
let (data, response) = try await session.data(from: url)
try self.checkStatusCode(of: response)
return try data.decode()
return data
}

private func checkStatusCode(of response: URLResponse) throws {
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ final class TagPlayListInteractor: TagPlayListBusinessLogic, TagPlayListDataStor

// MARK: - DataStore

var titleTag: String?
var titleTag: String? = "몰라요"

// MARK: - TagPlayListBusinessLogic

Original file line number Diff line number Diff line change
@@ -20,9 +20,6 @@ final class TagPlayListRouter: TagPlayListRoutingLogic, TagPlayListDataPassing {

// MARK: - Properties

var titleTag: String?


weak var viewController: TagPlayListViewController?
var dataStore: TagPlayListDataStore?
}
Original file line number Diff line number Diff line change
@@ -24,6 +24,9 @@ final class TagPlayListViewController: BaseViewController {
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: layout)
collectionView.backgroundColor = .clear
collectionView.contentInset = UIEdgeInsets(top: 0, left: 10, bottom: 0, right: 10)
collectionView.register(TagPlayListCollectionViewCell.self,
forCellWithReuseIdentifier: TagPlayListCollectionViewCell.identifier)
collectionView.dataSource = self
return collectionView
}()