Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
4
votes
4answers
304 views

iPhone/iOS: Will there be called any method if a UIView is added as a subview

If I add a view as a subview like so [self.view addSubview:mySubview]; Will there be called any method on mySubview, that I could override to add some custom behavior?
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
0answers
789 views

PresentModalViewController or addsubview?

Hi I am writing an app in xcode 3.2.3. All I want to do is switch to another view but I am unsure of the best way to do this. I can do it either of these 2 ways... PreferencesViewController *screen = ...
3
votes
3answers
125 views

how can i set Image directly on UIView?

Can any body tell me how can I set Image directly on UIView ? Here is my code: UIView *view=[[UIView alloc]init]; [view setImage:[UIImage imageNamed:@"a.png"]];
3
votes
1answer
295 views

why is my UIView subview not rendering within the parent? (code attached)

Why is my custom UIView not rendering within the UIView container of it's parent? So what I have is: MainViewController - has a UIView "customViewContainer" (which doesn't take up the whole ...
3
votes
4answers
1k views

addSubView to UIButton

I'm trying to add subviews to a UIButton. This is working fine right now. But the button isn't clickable anymore as soon as I add the subviews. I use the following code: UIButton * button = ...
3
votes
1answer
1k views

How to add a Subview using [self.view addSubview: myView] where myView is subclass of UIView?

In my Project, I have a customised @interface GraphView: UIView. Hence GraphView is a subclass of UIView and is meant to show a graph. Then, I create a new View Controller called Summary using a NIB. ...
2
votes
1answer
721 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
2answers
232 views

UIViewController present another UIViewController

I Have a UIViewController 1 on it UIButton (added as subview), after I pressed Button (see pic.1 below) on it adding another UIViewController 2 with animation from the bottom to top after some action: ...
2
votes
1answer
163 views

UIViewControllers within UIScrollViews: what am I not understanding correctly?

I'll start my question by stating what I'm trying to do in my app: I'm trying to build a document "picker" screen, similar to Pages or Numbers on the iPad, something that looks like this: I'd like ...
2
votes
5answers
442 views

window addSubview release problem

I was wondering something about the app delegate of my app. Why can't I release like this : -(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary ...
2
votes
3answers
848 views

iPhone: Adding subviews to Cell ContentView overwrites cell texts on scrolling

I have used Cell.ContentView in my implementation for customizing the cell contents. It works fine but the only problem is when I have many cells and I scroll them up and down, the cell contents gets ...
2
votes
1answer
452 views

Objective C: How to set the subview display in the current visible frame? (UITableView)

I have a UITableViewController and intend to add a subview to it when I click a button i.e. refresh button. My code is as follows: //set up loading page self.myLoadingPage = ...
2
votes
2answers
487 views

Adding a UIActivityIndicator to a modal view (ELCimagepicker)

I've added the ELCimagepicker (https://github.com/Fingertips/ELCImagePickerController) to my project and it works perfectly, allowing the user to select multiple images for a slideshow. But when you ...
2
votes
5answers
2k views

UIView addsubview after orientation change: Tell view to resize

Greetings! I have a UIView as a XIB in Portrait mode. This view is added programmatically to the viewcontroller like this: NSArray *nibObjects = [[NSBundle mainBundle] loadNibNamed:@"InputView" ...
2
votes
1answer
287 views

interfaceorientation remains same after removeFromSuperview and again addSubview

I am switching between views using view animations, its works but I am having an issue with interface orientation. I have two views on window. authenticationViewCont mainViewCont Both have a ...
2
votes
1answer
1k views

Xcode - UILabel is not changing value on viewDidAppear

Hey everyone, I have a iPhone App I am creating. It uses a uitableview and that goes to a detail view. Now on the detail view I have a scroll view, and all the data (XML) comes into it fine, each ...
2
votes
2answers
217 views

UIView accessibility issue

I've developed an iPhone App and most of it is accessible but I have an issue with one thing I do. When the user clicks the settings button in the App (it has a main menu with a bunch of buttons for ...
2
votes
2answers
3k views

how to remove sub views

I have added UIButton,UITextView as subview to my view, programatically. notesDescriptionView = [[UIView alloc]initWithFrame:CGRectMake(0,0,320,460)]; notesDescriptionView.backgroundColor=[UIColor ...
1
vote
2answers
77 views

Objective C - addobserver for UIView adding subviews?

Is there an easy way for listening for when a child or subview has been added to a UIView? I've gone through the addobserver options and haven't found an obvious option anyway. There may be another ...
1
vote
1answer
46 views

addsubview after another subview

I know its mad but here it goes: i load a splashView to my app: on viewDidLoad: [self.view addSubview:splashView]; UIViewAnimationOptions options = UIViewAnimationOptionCurveLinear; [UIView ...
1
vote
0answers
63 views

How to add subviews to UIScrollView sequentially

I'm having problems adding subviews to a scrollview sequentially. I've got a JSON response coming back from the server which I parse into an array of Business objects, and I send off to the function ...
1
vote
1answer
84 views

remove uiview by uibutton programmatically

I'm stuck at how to remove the uiview by user clicking the uibutton, the uibutton load at once the scene is loaded. The uibutton isn't getting response as well. How should I set it up? Please help, ...
1
vote
0answers
41 views

UITableView won't scroll when added as a subview

I have a UIView called tableContainer, and I am adding a UITableView from the class WidgetTable as a subview of tableContainer, but although it adds successfully, the tableview won't scroll. How can I ...
1
vote
2answers
51 views

How to return back from a view controller view to app delegate controller view in objective c?

I added a view with app delegate class's button click. Like this: In UnifeyeMobile_templateAppDelegate.mm : - (IBAction)onBtnImageTracking:(id)sender { // create our UnifeyeMobileViewController ...
1
vote
1answer
126 views

Add Subview - Monotouch

I have a MonoTouch tab view application. On one of my tabs, when a user clicks a button, I want to show another view. I do this with the following code: UIView.BeginAnimations("flip"); ...
1
vote
1answer
64 views

Is Customizing UIImagePickerController not allowed by Apple?

Friends, I would like to add a subview in UIImagePickerViewController, which allow user to select picture resolution so that i will resize it accordingly. I managed to do this. Will my application ...
1
vote
1answer
63 views

Adding three subviews each with Navigationcontroller Stupid?

Hello i created three books(UIViews) each with it's own Navigationcontroller for paging. My questions !) Does it make any sense to use three Navigationcontroller 2) Is my code below any good? It ...
1
vote
0answers
227 views

Enormego PhotoViewer - What is the correct way to adding the EGOPhotoViewController to the subview?

I was just trying out the Enormego Photoviewer (https://github.com/enormego/PhotoViewer) demo, as I have read a couple of post in here recommending it as a lightweight alternative to three20. When ...
1
vote
2answers
192 views

iPhone “addSubView” method and view initialization

I want to show a new view on the screen. Before showing it, I want to initialize it with an image that was just capture by the camera. This is a part of the code: [self.view ...
1
vote
1answer
221 views

How to access a specific subview(UIWebView) of a UIScrollView and pass a line of Java to it

I'm creating a UIScrollView and add four UIWebViews as subviews. I would like to do two things: Tag each WebViewwhile creating it, to address it inside the UIScrollView later. At a specific moment ...
1
vote
3answers
636 views

Calling method in parent UIViewController, after adding by addSubview

I have a UIViewController that is creating another view controller, and adding its view as a subview: In the parent UIViewController: SlateMoreView* subView = [[SlateMoreView alloc] ...
1
vote
1answer
627 views

how to add uiview in uiscrollview iphone/ipad

I want to add a custom uiview in my viewcontroller scroll view. and i am using below code but it not working. and not adding my viewThumbnail in scrollview. my viewThumbnail contains a imageview. for ...
1
vote
1answer
420 views

access UIView objects in array

i´ve defined an array which contents 4 UIView objects which were already defined NSArray *districtArray = [NSArray arrayWithObjects:view1, view2, view3, view4, nil]; now i´d like to add a subview ...
1
vote
1answer
523 views

Monotouch addsubview animation

I have my navigation controller and my view controller. I can't seem to get a simple transition between those views when I push a button in the navigation bar. It now just pops up. When I push the ...
1
vote
1answer
702 views

UIView: adding UIViewController's view as a subview and its removing

I would like to ask what is the correct way to add and remove UIViewController's view as a child view. So, having UIViewController initialized I can add its view to view hierarchy as follows: ...
1
vote
2answers
1k views

Adding a sub-view appears to do nothing

In my application, when the user clicks an infoButton, it should add another view to the screen at a specific location. I'm trying to achieve this behavior with the following method: - ...
1
vote
3answers
4k views

Adding a custom subview (created in a xib) to a view controller's view - What am I doing wrong

I've created a view in a xib (with an activity indicator, a progress view and a label). Then I've created .h/.m files: #import <UIKit/UIKit.h> @interface MyCustomView : UIView { ...
1
vote
1answer
434 views

setImage - addSubview - release

Here is some code for iPhone: Controller.h: IBOutlet UIImageView *userImage; IBOutlet UIImageView *userImage2; } @property (nonatomic, retain) IBOutlet UIImageView *userImage; @property (nonatomic, ...
1
vote
1answer
137 views

[btn1 addsubview:view1], now btn1 cant handle touches

im trying to add a view as a button's subview like this: btn1 is a UIButton [self.btn1 addSubview:view1]; After adding it, the button wont give any touch related events, the button works fine ...
1
vote
2answers
3k views

show animation when addsubview

I want to add a subview with animation. I am using add sub view so it is not showing any animation so I want to show any animation when I am doing this... I am using below code :- UIViewController ...
1
vote
3answers
1k views

UITableView as a subview?

Is this possible? I just want a small table in my current view... here is what I'm trying to do: .h file #import <UIKit/UIKit.h> @interface IngredientsRootView : UIViewController ...
1
vote
2answers
866 views

addSubview does not show view on iOS 3.1.3

I have a scroll view which has one UIView inside which contains the content. I am adding a UIImageView as a sub of the UIScrollView (so it should be on top of the content container) and this works on ...
1
vote
2answers
653 views

Iphone: Cannot switch back from my landscape view to a portrait view

I am working on an app (my first one), which is basically a TabBar app. To be more precise there are: - a login view controller - a tab bar controller (when login is done) - a landscape view ...
1
vote
1answer
4k views

UIViewController remove subview

I add a view as subview of my uiviewcontroller like this: // into my ViewController: UIImageView *imView =[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"img.jpg"]]; imView.frame = ...
1
vote
2answers
4k views

doesn't work correctly. addSubview problem

Help me. addSubview doesn't work. I want to add "ContentView" on scrollView. But "ContentView" doesn't appear on screen. "ContentView" is UIView. When I change to self.view=scrollView from [self.view ...
1
vote
1answer
2k views

Build xib Interface Builder and load them as subview in iphone

what I would like to know if it's possible to build a view and its correspondent xib file. Then, in a generic controller, load this view programmatically and add as a subview to the current view. ...
1
vote
1answer
412 views

Fully-loaded UIViewController losing all it's data after adding to scroll view

Summary I'm repurposing Apple's Page Control project. In loadScrollViewWithPage:, the view controllers that I'm adding to the scroll view appear on screen without their initialized values, as if ...
1
vote
1answer
137 views

Go back to main window once secondView is loaded

I have a Tableview on AppDelegate That calls a SecondView (dvController) when DidSelectRowAtIndexPath using: [self.window addSubview:[dvController view]]; On SecondView I defined a button linked to ...

1 2 3 4