0

カスタムカラーを使用して iOS 7 で Actionsheet を表示できたらいいのにと思います。ここ数日、適切な答えを探していました。どんな助けでも感謝します..

UIActionsheet を使用して PickerView を表示しています

4

3 に答える 3

3
 UIActionSheet is not designed to be subclassed, nor should you add views to its hierarchy.
 If you need to present a sheet with more customization than provided by the
 UIActionSheet API, you can create your own.

Apple doc Referenceに従って、

そのため、カスタムクラスを使用する必要があります。

このcocoacontrolsを表示します。

于 2013-10-21T10:00:39.300 に答える