Suppose i need to add a same image to an imageView to get a pattern, same like a scale thing where i have first section but need to repeat it 10 more times.
How should i go for this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would use 10 UIImageView instances that all point to the same image, rather than trying to cram them into a single image view. Or you could go down a level and use a Quartz pattern: http://developer.apple.com/library/ios/#documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_patterns/dq_patterns.html