Quote:
Originally Posted by Georg
Thanks for your reply Shmoopi, actually I've solved the problem after refered to your comment. Now I am back to raise another question  Remove subview from another is no more a problem, but what about show up a subview? my question is, since the subview (ex: the index 50th) has been removed fromsuperview, does it mean I need to alloc again in order to show the 50th subview up??
|
Yes it does, in order to show it again, you must alloc that spot in memory for it, even if you've already done it once.