問題タブ [ios-animations]

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 投票する
1 に答える
631 参照

ios - アニメーションを機能させるには、ボタンをダブルクリックする必要があります。ワンクリックでは動かない

runButton というボタンを作成しました。いくつかのラベルを再表示し、ぼかしによる視覚効果も表示したいと考えています。ぼかしを使用した視覚効果は、viewDidLoad 関数で幅と高さが 0 になっています。アニメーションのサイズを拡大して画面全体を埋め、ぼかします。非表示のラベルを再表示したい。ただし、アニメーションを実行するには、ボタンをダブルクリックする必要があります。ここに私のrunButtonコードがあります:

ボタンを 2 回クリックしたときにのみアニメーションが実行されます。ワンクリックで実現したい。

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

ios - iOS how to start image off screen and animate it onto the screen

I am trying to slide an image from off the screen onto the screen from the left and stopping at the center point in the view. I would like to keep it contrained at the y position if possible (IE image is set in story board).

I am reading this tutorial, but it is in swift and I cannot make the same assignments in objective-c.

http://www.raywenderlich.com/95910/uiview-animation-swift-tutorial

It says to set the view off the screen (in swift):

Then animate (in swift):

However I cannot manipulate center.x in objective c like they are doing in swift.

I have tried adjusting the initial position of the image in viewWillAppear by changing the bounds with no luck.

EDIT:

Here is what I am trying to get it positioned off the screen:

No matter how negative I set the x position the view will still appears on the screen. Actually no matter what I set x position to the view does not move in the x direction at all. I have also tried to set the frame

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

ios - フォームの開閉アニメーション

このアニメーションは iOS で可能ですか?そのためのサードパーティ API はありますか?

ここに画像の説明を入力

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

ios - UIButton 間のスライド アニメーション

下の画像にあるUIButton s の間に左右のスライドアニメーションを設定しようとしています。ユーザーは右ボタンを中央ボタン (右から左) にドラッグし、同様に左ボタンを中央ボタン (左から右) にドラッグできます。 )。また、ドラッグ処理が終了した後、ユーザーが左ボタンを中央にドラッグした場合、左ボタンが現在のボタンになり、現在のボタンが前のボタンになります。この操作の後、新しいビューは 2 週目 (前)、3 週目 (現在)、4 週目 (次) になります。これらのUIButton間でこのアニメーションを作成する方法はありますか? 視覚化

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

ios - Page View Controller に「Cover Vertical」トランジション スタイルを与える方法

Navigation View Controller を使用すると、「Cover Vertical」遷移スタイルのアニメーションを与えることができます。ただし、Page View Controller でそれを複製するのに問題があります。ストーリー ボードで指定できるオプションは、「スクロール」と「ページ カール」のみです。これをプログラムで行う方法はありますか?

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

ios - アニメーション中にボタンをタップしても反応しない

ボタンの円形パスを描画しました (scienceCircle)-

これは、ボタンを追加するために入力したコードです-

このボタンは円を描いて動き続けます。これで、ボタンが動いているとき(ずれているとき)にボタンを押すことができなくなりました。元の位置にあるときだけタップできます。基本的に、アニメーションで連続してずれているボタンはタップできません。ここで何ができますか?助けてください。