So I want to make a UIView that have a image and two text labels inside, but I want to make it on storyboard and make it reusable, because they will appear in another situations.
What is the best way to make a non-intrusive custom UIView?
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.
So for storyboard you will still need to use a .xib. I use storyboard but have found no other way just to make a custom UIView.
Here is a bit more detail with step by step process. http://nathanhjones.com/2011/02/20/creating-reusable-uiviews-with-a-drop-shadow-tutorial/