subview
iPhone SubView Loading and Waiting
My iPhone app has a sub view on its Welcome View Controller. The sub view parse data from a website and load data accordingly. Welcome View Controller has a continue button to go to the next view cont[详细]
2023-03-19 03:26 分类:问答How can I have a UISegmentedControl swap views in and out, AND still have the ability to rotate orientation?
I have looked around at a number of posts on this topic, but have been unable to fix the issues I am having. I am presenting a modal view that is a UIViewController. I\'ve setup that view to have a UI[详细]
2023-03-16 19:30 分类:问答How to tell when a subView is removed a UIView
Basically i wanted to implement a popup UIView so i followed what was posted here POP-UP UIView "IMDB App" style[详细]
2023-03-15 03:52 分类:问答Add subview not working?
I have two xib files: MainView.xib and DetailView.xib Both are controlled by MainViewController. MainView.xib loads when the app first opens, but if a user clicks on a button, the app loads DetailVi[详细]
2023-03-14 17:35 分类:问答How to make a subview fill its superview
I can\'t find the answer here anyway, nor do I see a duplicate question. My code is simple. Given 3 UIView, parent, from and to, remove from from parent and add subview. + add animation but that\'s j[详细]
2023-03-14 03:24 分类:问答A UIView subview doesn't show in UIScrollView
I\'m a newbe on iOS development, I\'m trying to make a scroll header like Engadget\'s app for iPhone, i created a custom UIView to act as a subview for UIScrollView, the algorithm for placing the subv[详细]
2023-03-13 20:31 分类:问答How to make an iOS subview add itself to a view
I\'ve created a \"toast\" style activity window class that I can add very simply by creating an instance of the class, then initiating it with the nib \"toastView.xib\" and adding it as a subview to t[详细]
2023-03-13 19:40 分类:问答Hiding a superview controller's UINavigatonBar from within a subview's controller?
I am building a large hierarchical iPhone application with multiple screens controlled by a UINavigationController. One of these screens is able to display content in two different formats (I toggle b[详细]
2023-03-13 10:29 分类:问答How to update Superview from its Subview in iPad?
I have a UISegmentedController i have 3 UIViewControllers Like photos,frames,gallery. I add those 3 Views in Superview Using \'addSubView\'. In frames view i have added a subview that name as EditView[详细]
2023-03-12 02:01 分类:问答Why does my view become white when i remove a subview?
in my view I have a scrollView as subview. The scrollView has another subview called thePDFView. It is for showing a PDF page.[详细]
2023-03-10 18:20 分类:问答