質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
UIAlertControllerのカスタマイズについて調べていたところ、 https://stackoverflow.com/questions/32790207/uialertcontroller-add-custom-views-to-actionsheet
|
2
|
-
このページを見つけ、このページ内の
|
2
|
+
このページを見つけ、このページ内のコードを見てみると
|
3
3
|
```swift
|
4
4
|
let alertController = UIAlertController(title: "\n\n\n\n\n\n", message: nil, preferredStyle: UIAlertControllerStyle.actionSheet)
|
5
5
|
|