teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

6

書式の改善。

2020/09/12 03:03

投稿

kazuki_user
kazuki_user

スコア147

title CHANGED
File without changes
body CHANGED
@@ -7,6 +7,7 @@
7
7
 
8
8
  [**“changing property masksToBounds in transform-only layer, will have no effect” in Xcode 7"**](https://stackoverflow.com/questions/32456727/changing-property-maskstobounds-in-transform-only-layer-will-have-no-effect-i/33926542)
9
9
 
10
+ - 画面遷移時に、このエラーが出ます。
10
11
  - `Clip to Bounce`にチェックなくても、エラーが出ます。
11
12
  入れると、同じエラーが増えました。
12
13
 

5

誤字

2020/09/12 03:03

投稿

kazuki_user
kazuki_user

スコア147

title CHANGED
@@ -1,1 +1,1 @@
1
- UIImageViewを丸角にしたい。【changing property cornerRadius ..エラー】
1
+ UIImageViewを丸角にしたい。
body CHANGED
File without changes

4

書式の改善。

2020/09/11 12:49

投稿

kazuki_user
kazuki_user

スコア147

title CHANGED
@@ -1,1 +1,1 @@
1
- UIImageViewを丸角にしたい。
1
+ UIImageViewを丸角にしたい。【changing property cornerRadius ..エラー】
body CHANGED
File without changes

3

誤字

2020/09/11 12:41

投稿

kazuki_user
kazuki_user

スコア147

title CHANGED
File without changes
body CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```
4
4
  changing property cornerRadius in transform-only layer, will have no effect
5
- // 変換のみのレイヤーでプロパティcornerRadiusを変更しても効果はありません
5
+ // 訳:変換のみのレイヤーでプロパティcornerRadiusを変更しても効果はありません
6
6
  ```
7
7
 
8
8
  [**“changing property masksToBounds in transform-only layer, will have no effect” in Xcode 7"**](https://stackoverflow.com/questions/32456727/changing-property-maskstobounds-in-transform-only-layer-will-have-no-effect-i/33926542)

2

書式の改善。

2020/09/11 12:40

投稿

kazuki_user
kazuki_user

スコア147

title CHANGED
File without changes
body CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  ```
4
4
  changing property cornerRadius in transform-only layer, will have no effect
5
+ // 変換のみのレイヤーでプロパティcornerRadiusを変更しても効果はありません
5
6
  ```
6
7
 
7
8
  [**“changing property masksToBounds in transform-only layer, will have no effect” in Xcode 7"**](https://stackoverflow.com/questions/32456727/changing-property-maskstobounds-in-transform-only-layer-will-have-no-effect-i/33926542)

1

誤字

2020/09/11 12:40

投稿

kazuki_user
kazuki_user

スコア147

title CHANGED
File without changes
body CHANGED
@@ -4,6 +4,13 @@
4
4
  changing property cornerRadius in transform-only layer, will have no effect
5
5
  ```
6
6
 
7
+ [**“changing property masksToBounds in transform-only layer, will have no effect” in Xcode 7"**](https://stackoverflow.com/questions/32456727/changing-property-maskstobounds-in-transform-only-layer-will-have-no-effect-i/33926542)
8
+
9
+ - `Clip to Bounce`にチェックなくても、エラーが出ます。
10
+ 入れると、同じエラーが増えました。
11
+
12
+ - Xcode11を使用しています。
13
+
7
14
  ## 試したこと
8
15
 
9
16
  storyboard,コードの両方で`layer.cornerRadius`を試しました。