是否可以點擊UIButton並通過編程調用它的動作而不點擊?點擊UIButton?
0
A
回答
4
您只需簡單的調用與UIButton的行動如下相關的方法:
- (IBAction)myMethod:(id)sender {
// some code here
}
當你想火的動作:
[self myMethod:nil];
0
是的,你可以做到這一點編程只需發送一個事件按鈕
0
嗯,我想你可以從我的一個朋友,幫助我很多得到下手的目標C和iPhone開發基礎知識一點點幫助。也許你已經見過他了,但如果不是這裏的鏈接http://www.youtube.com/watch?v=B7jB0D3Y7Ws&feature=channel很容易理解。
相關問題
- 1. 點擊時點擊UIButton?
- 2. UIButton不可點擊
- 3. UIButton碰撞點擊
- 4. UIButton不可點擊
- 5. 比較uibutton點擊
- 6. UIButton只能部分點擊
- 7. 兩個手指點擊UIButton
- 8. UIButton背景更改點擊
- 9. UIButton的點擊操作?
- 10. 無法點擊UIButton iphone
- 11. UITableView卡住當點擊UIButton
- 12. UIButton被點擊兩次
- 13. UIButton禁用點擊聲音
- 14. 點擊UIButton中的動畫圖標點擊
- 15. UIButton默認點擊右鍵菜單點擊導航條
- 16. ;當它位於UIButton下方時點擊(點擊)
- 17. 第一次點擊後,UIButton不可點擊
- 18. 的UIButton不能點擊的註解
- 19. 點擊時選擇/取消選擇UIButton
- 20. 的UIButton沒有收到點擊
- 21. 在UIButton上創建一個UIImageView點擊
- 22. 在UICollectionViewCell中點擊一個UIButton
- 23. 如何在uibutton上點擊白光
- 24. 在iPhone編程中未點擊UIButton
- 25. 沒有突出效果點擊uibutton
- 26. 的UIButton不能點擊在UITableViewCell中
- 27. UIButton背景圖像點擊更改
- 28. 點擊時將圖片添加到UIButton
- 29. Swift - UICollectionViewCell中的UIButton不可點擊
- 30. 點擊後更改UIButton邊框顏色