OpenFlow icon indicating copy to clipboard operation
OpenFlow copied to clipboard

UIbutton instead of Image

Open cocoaddict opened this issue 15 years ago • 1 comments

Hi, I've integrated you OpenFlow feature in my project, I'm trying to modify the code to have a "button" cover-flow (each button containing an image) I tried many ways to do this but everytime I failed, Do you know anyone who succeeded in it ? What should I do to have this feature working?

Regards.

cocoaddict avatar Jul 22 '10 15:07 cocoaddict

I think you do this in the AFItemView - change the initial imageView ivar to a UIButton then change the setImage method to maniplate the buttons background image

you may need to subclass uibotton and override the touch methods - not sure

micurley avatar Oct 02 '10 00:10 micurley