Skip to content

Commit

Permalink
PostView: Pollまだ対応してないのでコメントアウト
Browse files Browse the repository at this point in the history
  • Loading branch information
YuigaWada committed Jun 21, 2020
1 parent 65e68d8 commit 81afccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MissCat/View/Main/PostViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,13 @@ class PostViewController: UIViewController, UITextViewDelegate, UICollectionView

cameraButton.rx.tap.subscribe { _ in self.pickImage(type: .camera) }.disposed(by: disposeBag)
imageButton.rx.tap.subscribe { _ in self.pickImage(type: .photoLibrary) }.disposed(by: disposeBag)
pollButton.rx.tap.subscribe { _ in self.addEditablePoll() }.disposed(by: disposeBag)
// pollButton.rx.tap.subscribe { _ in self.addEditablePoll() }.disposed(by: disposeBag)
nsfwButton.rx.tap.subscribe { _ in self.showNSFWSettings() }.disposed(by: disposeBag)
emojiButton.rx.tap.subscribe { _ in self.showReactionGen() }.disposed(by: disposeBag)

addLocationButon.isHidden = true // 次アップデートで機能追加する
toolBar.setItems([cameraButton, imageButton,
pollButton,
// pollButton,
nsfwButton, musicButton,
flexibleItem, flexibleItem,
emojiButton, counter], animated: true)
Expand Down

0 comments on commit 81afccc

Please sign in to comment.