問題タブ [ios-app-extension]
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.
ios - iOS 8 Today ウィジェット - SLComposeViewController が正しく表示されない
Xcode 6 を使用して拡張機能 (実際には Today ウィジェット) を作成し、iOS 8 ベータ デバイスで実行しました (私は登録済みの iOS 開発者です)。
しかし、開発を始めたばかりの私はSLComposeViewController
、ビュー内で「立ち往生」しているというこの問題に遭遇し (以下に示す)、ユーザーがそれを操作できず、結果としてツイートを投稿できないと見なしました。
これを修正してSLComposeViewController
、通知センター ペインの前面に移動する方法はありますか? どんな助けでも大歓迎です。
編集:(ええ、「Hello World」テキストを修正しました)
2回目の編集:これが私のSLComposeViewController
コードです: