なんとかするから、なんとかなる

エンジニア関係のことを書きます

2018-08-18から1日間の記事一覧

iOS UIView transform doesn't scale propery while transition animetion.

Sorry for my poor English skill. Introduction This article shows how to solve the problem that UIView transform doesn't scale correctly while transition animation. Transition animation make an app interactively. But, sometimes it meka deve…

iOS 画面遷移アニメーションにてUIViewで拡大して縮小したら戻らなかったときの解決方法

English version below URL https://hopita.hatenablog.com/entry/2018/08/18/160658 はじめに 画面遷移時にカスタムアニメーションを使うことはよくあります。 カスタムアニメーションを使うことで、アプリの表現の幅はかなり広げられます。 しかし、このア…

iOS UIButtonやUIViewでアニメーション中にタップイベントを検知する

English version below https://hopita.hatenablog.com/entry/2018/08/22/225953 はじめに UIViewやUIButtonでアニメーション中にタップイベントを受け取る方法です。 解決方法 UIView.animate関数のオプションに".allowUserIntercation"を追加するだけです…