-
Notifications
You must be signed in to change notification settings - Fork 5
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/#726 profile view #757
base: develop
Are you sure you want to change the base?
Conversation
return PostReactor(postId: postId) | ||
} | ||
|
||
return .init(postId: "null") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
podtId μ΄κΈ°κ°μΌλ‘ nullμ μ μλ 건κ°μ?
} | ||
} | ||
|
||
func doDeepLink() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DeepLinkHandler
μ μ μΈλdoDeepLink
λ©μλλ DeepLinkProtocolμ μ μΈλ doDeepLink
λ λ€μ΄λ°μ΄ κ²Ήμ³μ λμ€μ μ°ΎκΈ° νλ€ κ² κ°μλ° λ€λ₯΄κ² μ μΈνλ 건 μ΄λ€κ°μ?
} | ||
|
||
private func openMission() { | ||
popToMain() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
μκΈ° openMission
μΈλ° popToMain
μ΄λΌ λμ΄ μλκ±°λ μ‘°κΈ ν·κ°λ¦΄ κ² κ°μλ° pushToMission μΌλ‘ νλ 건 μ΄λ€κ°μ?
pathComponents: [String] | ||
) { | ||
if pathComponents.first == "profile", | ||
let memberId = pathComponents[safe: 1] { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
μκΈ° index Out Bounds
γ±γ
?
- μ΄λ»κ² μ€λμ§ μμΈν λͺ¨λ₯΄κ² μ§λ§ (
.firstIndex(where: $0. == "" )
) ν΄μ μΈλ±μ€ μ‘°ν ν΄μ νλκ±° μ΄λ€κ°μ©?
|
||
private let style: Style | ||
|
||
public var rx: Reactive<BBProfile> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
μ΄ rx
λ μ΄λμ μ°μ΄λ 건κ°μ©??
extension Reactive where Base: BBProfile { | ||
var configure: Binder<BBProfile.Configure> { | ||
return Binder(base) { view, config in | ||
view.imageView.rx.configure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ππ
π΅PRμ μ¬λ¦¬κΈ° μ μλ μ¬νμ νμΈν΄μ£ΌμΈμ.
(μμ±μ€)
π½κ°μ
π οΈμμ λ΄μ©
(μμ λͺ©)
(μμ λͺ©)
π‘μ°¨ν κ³ν (Optional)
πΎμ΄λ―Έμ§ (Optional)
β ν μ€νΈ μΌμ΄μ€
ππ»μλμ κ°μ΄ PRμ 리뷰ν΄μ£ΌμΈμ.