I have an ImageView with a png and I want to do this: when someone touch this imageview it\'s alpha change to 0.0, is it possible? (all wi开发者_如何学运维thout buttons)you can use UITapGestureRecogni
I was wondering about a loop to create new UIImageViews at runtime. I want each UiImageView To Have A Different Name. If the user specifies that they want 100 images, 100 images ar开发者_如何学Goe app
I want resize the shapes draw on context by picking their endpoints. And also rotate it with its endPoints. Can anybody suggest me how can I do this with proper example?
I must rotate an image but I can\'t use the gestures or the slider, so I have thinked about using 2 buttons, one for clockwise rotation and the other for couterclockwise rotation of my UIImageView.
I am beginner in iPhone development and have a problem with UINavigationControoler in my app. I have a list of images from main application bundle in UITableView (with thumbnails), and when image is
I have a scrollview with an uiimageview represented as a tiled layer, it is a static map. I have an imageview for pin over it. when the user zooms in and out of the map, I need the pi开发者_JS百科n to
CGRect rect = biggerImageView.bounds; if([biggerImageView.layer respondsToSelector:@selector(setShadowColor:)])
I have an ImageView and I want that when user press the image view to display a message as an alert. What method sho开发者_运维知识库uld I use? Can you provide me an example ?
I\'m relatively new to iOS and I want to animate an UIImageview through a series of images. I would usually do this with code like this:
i have 100 UIViews in UIViewController class . i am dragging a separate imageView over my 100 UIviews.