I ran into this as well, and I found that I had some code that was supposed to loop through the views and remove the ones that were not needed was removing the scrollview indicators as well. They are apparently a subview of the UIScrollView of type UIImageView. I was able to work around it by setting the tag to something other than 0 on the views I was adding and then in the method that removes views checking the tag and only removing the views with that tag.
|