-2
A
回答
3
覆蓋
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
您的UIImageView的方法(UIView的,實際上,卻是UIImageView的UIView的一個子類)。這將處理UIImageView觸摸,所以當用戶點擊這個UIImageView時,這個方法將被調用。
在這種方法中,你應該表現出與
[self.delegate.navigationController pushViewController:expenseListViewController animated:YES];
下一個視圖,如果你是從UINavigationController的繼承您的視圖控制器,或
[self.delegate presentModalViewController:controller animated:YES];
如果從UIViewController中sublclassing如果。
Your_UIImageView委託應該設置爲UIViewController對象。
相關問題
- 1. 當UIPopoverController完成呈現時檢測UIImageViewcontroller
- 2. 相機閃光燈不能從uiimageviewcontroller IOS
- 3. 如何在圖像中存儲UIImageViewController
- 4. UIImageViewController ...如何添加子視圖?
- 5. 當接收到didReceiveMemoryWarning時,UIImageViewController的代表爲零
- 6. UIImageViewController每次打開相機時都不會使用cameraDevice
- 7. 從iphone sdk訪問音樂庫?
- 8. 如何從Web上加載圖像,並在獲取某些數據後立即將其顯示在視圖中
- 9. 你會如何添加大量的圖像到UIview?
- 10. 從模態視圖控制器
- 11. UIImageView的最佳實踐
- 12. iphone imageview方向錯誤的portraitUpsideDown
- 13. 動態加載圖像
- 14. UIImagePIckerController出現,但相機無法啓動