iPhone Development
For the best iPhone & iPad App Development with Custom UI, Quality code, Tips, Sample code and more.
Pages
Home
iOS (Object C) Tip
Monday, April 23, 2012
Remove current view in Scroll View
for
(
UIView
*subview
in
[
stageScrollView
subviews
])
{
[subview
removeFromSuperview
];
NSLog
(
@"Subviews Count=%d"
,
stageScrollView
.
subviews
.
count
);
}
[
stageScrollView
removeFromSuperview
];
Newer Post
Older Post
Home