Skip to content

Commit

Permalink
🎨 :: μ½”λ“œ Formatting 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Jul 29, 2024
1 parent 10cbce1 commit 9063623
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ final class MyPlaylistDetailViewController: BaseReactorViewController<MyPlaylist
)
activityViewController.popoverPresentationController?.sourceView = owner.view
activityViewController.popoverPresentationController?.sourceRect = CGRect(
x: owner.view.bounds.midX,
y: owner.view.bounds.midY,
width: 0,
height: 0
x: owner.view.bounds.midX,
y: owner.view.bounds.midY,
width: 0,
height: 0
)
activityViewController.popoverPresentationController?.permittedArrowDirections = []
owner.present(activityViewController, animated: true)
Expand Down

0 comments on commit 9063623

Please sign in to comment.