【iOS開發筆記20/50】Tap手勢
使UIView能夠支持點擊的手勢,需要用下面的代碼: UITapGestureRecognizer *t = [[UITapGestureRecognizeralloc] initWithTa ...
使UIView能夠支持點擊的手勢,需要用下面的代碼: UITapGestureRecognizer *t = [[UITapGestureRecognizeralloc] initWithTa ...