問題タブ [uialertaction]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
3 に答える
1570 参照

ios - Issue to inherit UIAlertAction in Swift

Here is my code:

#xA;

But I got the following compiling error:

Must call a designated initializer of the superclass 'UIAlertAction'

I know the designated initializer of UIAlertAction is init(). But the init(title, style, handler) of UIAlert will not call its designated initializer init()?

Any idea? Thanks

P.S.: Based on the Apple's document:

A designated initializer must call a designated initializer from its immediate superclass.”

Does this mean it's not allowed to inherit UIAlertAction in Swift? It's no problem to do so in Objective-C.

The reason why I want to create a subclass of UIAlertAction is because I want to add a ReactiveCocoa command as an action.

0 投票する
0 に答える
800 参照

fonts - Swift で UIAlertAction のフォントを変更する

UIAlertViewController オブジェクトのメッセージとタイトルのフォントを変更することは、既にここで回答されています: How to change font size and color of UIAlertAction in UIAlertController .

しかし、Swiftを使ってUIAlertAction(iOS8+)のタイトルのフォントを変更する方法を知りたいです。残念ながら、UIAlertAction インスタンスには、UIAlertController のような「attributedTitle」という属性がありません。

フォントを変更するために拡張したいコードは次のとおりです。

どんなアイデアでも大歓迎です。

0 投票する
2 に答える
1385 参照

swift - Swift 2.0 では UIAlertAction を作成できません

この写真は十分に言うべきです: ここに画像の説明を入力

私は答えを見つけるためにウェブを精査してきましたが、他の誰もこの問題を抱えているようには見えません. Swift 2 で Xcode 7 Beta 3 を使用しています。何が問題なのかわかりません。

前もって感謝します

編集:

コードは次のとおりです。

0 投票する
1 に答える
1143 参照

swift - UIAlertController (Swift) にアラート アクションを追加できません

OK ボタンを UI アラートに追加しようとしていますが、alertController.addAction を使用して追加できません。

この場合、どうすればよいですか?

前もって感謝します!!

0 投票する
1 に答える
120 参照

swift - 重複メール アラート Swift + 解析

ユーザーがアカウントを作成するときにそれをしようとしています...「アカウントが作成されました」というアラートボックスが表示される前にメールが使用されていない場合、およびメールが既に作成されている場合(Parseで)、アラートが表示されますユーザーに通知するように表示されます。

コードに両方を実行させることができないようです..メッセージを1つだけ表示します。ここで何が間違っていますか?

ありがとう!

0 投票する
3 に答える
1441 参照

ios - ユーザーを設定に導く UIAlert へのアクションの追加

インターネット接続がなく、アプリを使用するにはインターネット接続が必要であることをユーザーに通知する UIAlert があります。ok アクションをタップしてアラートを無視できるようにするだけでなく、タップするとユーザーが設定アプリに移動するアクションも必要です。