LoginSignup
3
3

More than 3 years have passed since last update.

UIAlertController の title と message のパターン

Last updated at Posted at 2020-01-21

毎回 title と message のどっちを設定するとどうなるかを忘れるので表にしてみました

style = actionSheet のときに title あり/message = niltitle = nil/message あり のパターンで後者の方がフォントが太くなるあたりが見どころです

UIAlertController.Style.alert

not empty message empty message nil message
not empty title alertTextText alertTextEmpty alertTextNil
empty title alertEmptyText alertEmptyEmpty alertEmptyNil
nil title alertNilText alertNilEmpty alertNilNil

UIAlertController.Style.actionSheet

not empty message empty message nil message
not empty title actionSheetTextText actionSheetTextEmpty actionSheetTextNil
empty title actionSheetEmptyText actionSheetEmptyEmpty actionSheetEmptyNil
nil title actionSheetNilText actionSheetNilEmpty actionSheetNilNil

リポジトリ

3
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3