after integrating Three20 open source and it works good but i want to know can i add a label on full image screen which shows the description of the image. Is that possible? and how?
Can any one help me…….
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.
[self.view addSubView:myLabel];should do the trick here. Set the size of the label equal to the size of the screen320 * 480.