回答編集履歴

3

訂正

2019/09/03 06:31

投稿

退会済みユーザー
test CHANGED
@@ -45,3 +45,7 @@
45
45
  とするとどうなるでしょうか?
46
46
 
47
47
  なおるなら、[この辺読んでみて](https://qiita.com/shtnkgm/items/f133f73baaa71172efb2#uiviewcontroller編)
48
+
49
+
50
+
51
+ https://github.com/tyobigoro/tChangeViewVisiblity

2

訂正

2019/09/03 06:31

投稿

退会済みユーザー
test CHANGED
@@ -34,6 +34,10 @@
34
34
 
35
35
  self.view.layoutIfNeeded()
36
36
 
37
+ print("self.view.frame:", self.view.frame)
38
+
39
+ print("genrePickerVie.frame:", genrePickerView.frame)
40
+
37
41
  ```
38
42
 
39
43
 

1

訂正

2019/09/03 06:23

投稿

退会済みユーザー
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  - **storyboard**
6
6
 
7
- `autolayout`の設定で、pickerを乗せるbottomの制約(genrePickerViewYってやつ?)をsuperViewのbottomから-250にしてviewを隠しておく
7
+ `autolayout`の設定で、pickerを乗せるviewのbottomの制約(genrePickerViewYってやつ?)をsuperViewのbottomから-250にしてviewを隠しておく
8
8
 
9
9
 
10
10