日別アーカイブ: 2014年11月9日

暗記用シート Pan Gesture Recognizerにより実現)

平成26年11月10日(日曜日)

storyboard上でPan Gesture Recognizerをドラッグ(pan対象view毎に必要)
その後の設定は、以下によりok
Sample Code
Touches_Responder(three colored pieces) APLViewController

storyboard上でPan Gesture Recognizerのselector及びreferrencing outlet collections設定


平成26年11月9日(日曜日)
検索key word
Xcode uiview tap gesture move
Stack Overflow
touchesBegan, touchesEnded, touchesMoved for moving UIView

UIGestureRecognizer

①Sample Code(対象をドラッグし、移動)
Touches_Responder(three colored pieces) APLViewController

②Sample Code(パン、スワイプ)
Simple Gesture Recognizers

③Sample Code(テーブルheaderをタップし、本文を下段に表示)
Table View Animations and Gestures

半透明のviewを重ねる