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