UIActionSheet/UIAlertController multiline text

前端 未结 4 1206
孤城傲影
孤城傲影 2021-01-13 05:34

This is the code I am writing to display UIActionSheet.

actionSheet = [[UIActionSheet alloc] initWithTitle:NSLocalizedString(@\"updateresponse         


        
4条回答
  •  说谎
    说谎 (楼主)
    2021-01-13 05:46

    This is not possible with the standard UIAlertController or UIAlertView. I would recommend you to make it shorter. Why don't you make an alert and type something like this:

    Do you want to update the response only for this instance or for all activities in this series.

    The answers would be these:

    • Only this instance
    • All activities

提交回复
热议问题