質問編集履歴

6

書式の改善。

2020/09/12 03:03

投稿

kazuki_user
kazuki_user

スコア147

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,8 @@
15
15
  [**“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)
16
16
 
17
17
 
18
+
19
+ - 画面遷移時に、このエラーが出ます。
18
20
 
19
21
  - `Clip to Bounce`にチェックなくても、エラーが出ます。
20
22
 

5

誤字

2020/09/12 03:03

投稿

kazuki_user
kazuki_user

スコア147

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

4

書式の改善。

2020/09/11 12:49

投稿

kazuki_user
kazuki_user

スコア147

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

3

誤字

2020/09/11 12:41

投稿

kazuki_user
kazuki_user

スコア147

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  changing property cornerRadius in transform-only layer, will have no effect
8
8
 
9
- // 変換のみのレイヤーでプロパティcornerRadiusを変更しても効果はありません
9
+ // 訳:変換のみのレイヤーでプロパティcornerRadiusを変更しても効果はありません
10
10
 
11
11
  ```
12
12
 

2

書式の改善。

2020/09/11 12:40

投稿

kazuki_user
kazuki_user

スコア147

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,8 @@
5
5
  ```
6
6
 
7
7
  changing property cornerRadius in transform-only layer, will have no effect
8
+
9
+ // 変換のみのレイヤーでプロパティcornerRadiusを変更しても効果はありません
8
10
 
9
11
  ```
10
12
 

1

誤字

2020/09/11 12:40

投稿

kazuki_user
kazuki_user

スコア147

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,20 @@
7
7
  changing property cornerRadius in transform-only layer, will have no effect
8
8
 
9
9
  ```
10
+
11
+
12
+
13
+ [**“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)
14
+
15
+
16
+
17
+ - `Clip to Bounce`にチェックなくても、エラーが出ます。
18
+
19
+ 入れると、同じエラーが増えました。
20
+
21
+
22
+
23
+ - Xcode11を使用しています。
10
24
 
11
25
 
12
26