Can any one tell me why I am getting this error ? [myClassName tableView:numberOfRowsInSection:]: unrecognized selector sent to instance
I am simply trying to get hold of the UIImageView that was tapped on, from the UIScrollView. I have found 2 ways of achieving the above on the Web.
开发者_C百科i have one problem. i need to get the images from plist and show it on the imageview? my plist structure is (category)array--> sub category(dictionary) which can be more than one--> images
I have a view over which i take a scroll view in which i make a small draggable image . now i want to set the image in content view of the scroll view ..开发者_如何学Go.how can i
I have a problem with two infinite UIScrollViews which do not change their offsets properly. An item in the first UIScrollView corresponds with another one in the second. Then, I want to put the clic
HI, I am getting my images usi开发者_如何学运维ng JSON and I need to display image at a time when my app is running so please tell me how to use asynchronous method to load the images into the UIScro
How can I scroll the table\'s cell to specific position ? I have a table which shows 3 rows (according to height). what I want is if I click on 1st row than according to table\'s height the 1st row sh
If I have a UIScrollView and move it around to a specific location, is there any way 开发者_StackOverflow社区to get that position it has moved too?
I have large image which is place开发者_开发百科d in UIImage with in the UIScrollView. I want to put Bookmark any particular point of image. How it is possible?
I have an UIImageView inside an UIScrollView. I want that the user can zoom and navigate the image. This is my work code: