Tagged Questions
The subview tag has no wiki summary.
19
votes
2answers
5k views
iPhone - Remove all SubViews?
When my app gets back to it's root controller, in the ViewDidAppear I need to remove all subviews.
How is this done?
11
votes
1answer
3k views
Adding subview to MKMapView that's above the map but below the annotation views?
For an app I'm building, I have a custom "old map" effect PNG that I'd like to overlay on the MKMapView view. Unfortunately, neither way I've tried to do this is exactly right:
Add a subview to the ...
9
votes
2answers
8k views
UISegmentedControl Best Practice
I'm trying to work out the "best" way to use a UISegmentedControl for an iPhone application. I've read a few posts here on stackoverflow and seen a few people's ideas, but I can't quite sort out the ...
7
votes
3answers
5k views
Adding a UINavigationController as a subview of UIView
I'm trying to display a UILabel on top of a UINavigationController. The problem is that when I add the UILabel as a subview of UIWindow it will not automatically rotate since it is not a subview of ...
7
votes
2answers
4k views
Apple Interface Builder: adding subview to UIImageView
I created UIImageView with the help of Interface Bulder. Now I want to place label inside it (as its subview). In code I can type something like: [myUIImageView addSubview:myUILabel]; But can I do it ...
5
votes
1answer
296 views
Make subview rotate too when device is rotated iPhone/iPad
Let me explain what I mean when I say that I want to rotate my subview too. I placed a lot of images to make my self clear. This may look like to much but it is not. Just wanted to be clear.
In the ...
5
votes
9answers
6k views
How can I loop through all subviews of a UIView, and their subviews and their subviews
How can I loop through all subviews of a UIView, and their subviews and their subviews...
Thank you.
5
votes
2answers
13k views
Load a UINavigationController as a subview from UIViewController
I am a newbi in iPhone development.I want to build an app which will have a UIViewController first , which will have a button.Now on clicking the button, it shud load a UINavigation controller. Here ...
5
votes
3answers
2k views
What's the best way to organize multiple subviews?
As someone who is fairly new to iPhone development, I've been trying to find good design patterns for managing multiple subviews, specifically where the subviews need the same type of delegate methods ...
4
votes
1answer
155 views
NSControl flickers on NSView attached to a NSView in full screen mode
The setup:
My application has background views that are set into full screen mode using enterFullScreenMode:withOptions:.
To these background views I move a content view as a subview using ...
4
votes
4answers
481 views
When to subclass UIViewController for custom subview?
I've seen custom subviews implemented as an UIViewController subclass, but that maybe could have been implemented as an UIView subclass.
When should I subclass UIViewController instead of UIView for ...
4
votes
1answer
1k views
When changing UIWindow subviews, orientation is not set
If a view is added to the window, orientation is set as portrait even if the device is in landscape.
If the view is added in the app delegate, application:didFinishLaunchingWithOptions: method, then ...
4
votes
1answer
2k views
iPhone subview flip between 2 views
iPhone / Objective-C
On my view a little "hover" view appears after a user clicks on a button on the main view. When the user clicks this subview I want the subview to FlipFromRight to another view ...
4
votes
4answers
5k views
UIView. What is the correct way to remove a subview from a view hierarchy and nuke it
I have a parent UIView with a number of subviews. Periodically I need to remove a subview and completely remove it from the system. What is the correct way to do this? I tried this:
UIView *v = ...
3
votes
3answers
357 views
Touch events passing to superview through transparent sections
I have a simple app which adds a subview over the main view when the user clicks on a UIButton in the main view. This subview is of size 480x320 (I'm in landscape mode), but there is a boarder around ...
3
votes
1answer
416 views
Draw Line with gesture
I add a view as sub view using the following code
imageview = [[UIImageView alloc] initWithFrame:[holderView frame]];
[imageview setImage:cppobject->OutputImage];
...
3
votes
2answers
2k views
UIButton not working when single tap gesture is added to superview
I have a UIButton set up and hooked up to an action in my view controller as usual. Just this by itself works fine.
Now, I have added the following to my view controller to set up a single tap:
- ...
3
votes
1answer
82 views
how to compare the hierarchical order of two subviews?
I want to find a way how I can compare the actual hierarchical order of two subviews.
As i didn't find a method who turns out to give me this kind of result, I want to ask you. Im sure there must be ...
3
votes
2answers
2k views
Android ListView - Slide Subview in from Right?
I have a ListView. When I select an item in the ListView, I would like to have a Subview slide in from the right, the way that it does in many Apps.
I have been searching for tutorials on this topic ...
3
votes
2answers
11k views
how to get access subview of UIView?
according to this code if i want to access imageView1 and imageView2
how can i access to it?
please show me some example
example cell.accessoryView.subviews ?
UIImageView *imageView1 = ...
3
votes
1answer
1k views
How to prevent subview from overlapping tab bar?
I have a view with tab bar at the bottom. This view is pushed on a navigation controller, so there is also a navigation bar at the top. Unto this view, I would like to show a table view, which I ...
3
votes
3answers
2k views
Passing a touch event to all subviews of a View Controller
I have a view controller which creates multiple subviews on top of it. All subviews and the view controller accept touches. How can i communicate the touch point information to all the subviews on ...
3
votes
3answers
281 views
How do you have a table and other elements on the same iPhone view?
I'm trying to write an iPhone app where one of the main pages has a few text fields and a 3-element table that basically work as navigation buttons to pickers.
However, all of the tutorial examples ...
2
votes
3answers
39 views
Reset all subviews of UIView (e.g. textfields)
Is there a quick way on how to reset all the subviews like textfields, labels etc. to its original state like they are when they get initialized the first time? I guess dealloc and init again would ...
2
votes
1answer
90 views
MonoTouch. Removing a particular UIImage SubView from ViewController
How to find and remove a UIImageView from the collection of ParentViewController.View.Subviews very quick?
Right now I'm comparing the Image.Size but it works slow and sometimes flickers. Comparing ...
2
votes
1answer
498 views
Add subview using storyboard without external xib
I'm learning Objective-C.
I have a problem with new storyboard feature. I would initialize a subview inside a main view with xib.
Without using storyboard, I could do it using:
controller = ...
2
votes
1answer
324 views
How can I send Button Event - UIControlEventTouchUpInside
In my simple program I have a problem with button. Button is a subView of a view and view is a subView of myViewController.view.
This Button is created dynamically but it's action doesn't work. How ...
2
votes
2answers
29 views
Misplacement of contents of UIView
I have a UIView and UIButton (declared in viewDidLoad: method of RootViewcontroller. ).
UIView *geopointView = [[UIView alloc] initWithFrame:CGRectMake(0, 320, 120, 100)] ;
UIButton *mybutton = ...
2
votes
1answer
178 views
-setWantsLayer causes distortion to NSOpenGLView?
I've been trying to figure this out for a while, but this is what I want to do with my NSOpenGLView. Currently the NSOpenGLView covers the entire area of the window and I would like to add buttons, ...
2
votes
1answer
144 views
Properly remove view, and add subview
Im trying to add a subview, and then also remove the previous view.
here is what my code looks like:
HowToPlay *LetsPlay = [[HowToPlay alloc] initWithNibName:@"HowToPlay" bundle:nil];
[UIView ...
2
votes
1answer
132 views
Objective-C Copying a view
So I've got a quick question here...
I've got an instance of a view controller object, lets call it viewCon1, and it has several subview's placed on it each with unique properties. Lets call them ...
2
votes
3answers
84 views
iPhone - Including subviews and possible memory leak?
When writing this common statements :
UIViewController* viewController = [[UIViewController alloc] initWithNibName:@"myXIB" bundle:nil];
/* do some things with the viewController */
[self.view ...
2
votes
1answer
107 views
Subview overwrites superview
I have a window of type NSBorderlessWindow with a contentView that has the following hirarchy:
view 1 -> draws gray background
|
+ view 2 -> draws rectangle with [NSColor ...
2
votes
1answer
363 views
how draw over a subview of NSView
I'm trying to draw at the top of my NSView which have some subviews.
In fact I'm trying to reproduce the connection line style of Interface Builder. Here is the code I'm using for the moment :
- ...
2
votes
2answers
435 views
self.view / super.view
what's the difference between
[self.view addSubview:view1];
and
[super.view addSubview:view1];
Thank You!!
Franhu
2
votes
3answers
229 views
Subview is showing the main view underneath
I've got this strange bug in my app. I'm making a subview and drawing it over the top of my main view. To get rid of it I'd just hide it. Here's the problem: There I can see part of the view ...
2
votes
2answers
742 views
View is not landscape if addsubview is done in landscape? iPhone SDK
Hi I have a problem when adding a subview when my app is in landscape. When the view gets loaded it is in portrait mode so part of the view is missing and I can see the main view on the right hand ...
2
votes
1answer
2k views
How to query subview of UIView with tag?
i insert 2 UIImageView with tag 1 and 100 to UIView,
how to access to UIView and check how many subview on it or select tag 1 to be the top of view ?
2
votes
1answer
514 views
I need a way to not rotate a subview when the parent view rotates
I have a situation where I have a view, and several subviews, and the view and all but one of its subviews are expected to rotate. The one subview that I don't want to rotate is a UIImageView and the ...
2
votes
2answers
1k views
Manually fade in a newly added subview?
I want a view to fade in when being added to the stack via
[self.view addSubview:someSecondaryViewController.view];
How do I animate this call so that the view fades in (and out)?
2
votes
2answers
1k views
How to check whether the cell has a subview or not in iphone?
I am new to iphone development.I have a view called barView which is added as the subview to the cell, if want to check for the condition like this
if(cell has a subview barview)
{
do ...
2
votes
2answers
1k views
UITextView change height instead of scroll
By default, the UITextView's contentView becomes scrollable when there is too much text to fit into the textview based on it's height.
I'd like to disable this and instead, update the height of the ...
2
votes
2answers
1k views
How to use generic (NSObject) controller with subviews of a UIViewController?
I have a UIViewController that is loading several subviews at different times based on user interaction. I originally built all of these subviews in code, with no nib files. Now I am moving to nib ...
2
votes
7answers
9k views
UIWebview won't zoom even after setting scalesPageToFit to YES
I have a UIWebview that is loaded as a subview when a user selects a tab on a UISegmentedControl. For some reason, I can not get it to allow pinch/zooming.
I set the following code in the viewDidLoad ...
2
votes
1answer
291 views
Hide a view controller's view while flipping a view
I have 3 views in my app. Main view has 2 buttons and when selected it displays 2nd view(which again has buttons and displays a 3rd view with images). I have a home button on second view. When pressed ...
2
votes
1answer
329 views
Subview shifting down 20 pixels when called in AppDelegate
I'm facing this issue when I'm calling AdMob ad with
[rootController.view addSubview:adMobAd]; //setup the ad
Upon returning from the ad being clicked the AdMob frame moves down 20 pixels. However ...
2
votes
2answers
417 views
How to detect a SubView has closed?
I have View A, when the user clicks a button I pop up View B. When the user dismisses View B, and we return to View A I would like to refresh a label on View A, but is there an event that I can use to ...
2
votes
1answer
2k views
iPhone position of a subview?
I add a view dynamically, but when it appears on the form, it's in the upper left hand corner.
Where do I set the X and Y of the new subview?
2
votes
2answers
565 views
How can I check whether a subview exists at a certain frame in UIScrollView?
I have a UIScrollView with a big contentSize of around 5000*5000. I have the coordinates and the frame of a subview. I want to check whether a subview exists at that exact position in UIScrollView.
...
2
votes
1answer
5k views
Make a view (initialized from initWithNibName) load all its subview
Assuming I load a view controller from a nib, and decide to do something with one of its subview behind the scene. At a later moment in time, I would show the view of this view controller.
...