I have a scroll view, which contains about 40-50 objects of different types. The object\'s types are defined in function of the object\'s location (for ex. if is the 5th obj
If you are programming for IOS4+, you can use the UINib class instead. It will load a cached objects and create a copy each time needed. See this blog post.