G guydor macrumors member Original poster Mar 10, 2009 67 0 Mar 24, 2010 #1 Hi, I want to make a word, that when the user will "tap" on it, will open a url. Thanks,
J jnic macrumors 6502a Oct 24, 2008 567 0 Cambridge Mar 24, 2010 #2 https://developer.apple.com/iphone/...ference/UIButton_Class/UIButton/UIButton.html
G guydor macrumors member Original poster Mar 10, 2009 67 0 Mar 24, 2010 #3 Thanks, there is anyway to not use UIButton? jnic said: https://developer.apple.com/iphone/...ference/UIButton_Class/UIButton/UIButton.html Click to expand... Thanks again
Thanks, there is anyway to not use UIButton? jnic said: https://developer.apple.com/iphone/...ference/UIButton_Class/UIButton/UIButton.html Click to expand... Thanks again
J jnic macrumors 6502a Oct 24, 2008 567 0 Cambridge Mar 24, 2010 #4 guydor said: Thanks, there is anyway to not use UIButton? Click to expand... You could override the touch methods of your view.
guydor said: Thanks, there is anyway to not use UIButton? Click to expand... You could override the touch methods of your view.