The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
20 views

UIViewController not passing touches to other Views

I have an overlay view (covering the entire screen), I can receive touches but it isn't passing them down the responder chain. I add the subview like this: UIWindow *mainWindow = [[UIApplication ...
2
votes
2answers
56 views

iOS who is file owner of subview?

I am newbie in iOS development and I have a problem to understand file owner logic. I have this situations: I have two views (View_iPad, View_iPhone) and their controllers (ViewController_iPad, ...
-1
votes
2answers
35 views

how to hide any UIView after applying setFrame property

I have view which add as subView in View in view did load method it works fine but after setFrame property of that view in method then if i hide that view then it does not hide,i think due to ...
1
vote
2answers
34 views

Adding a subview of one xib file to another xib file in objective c

I have a header view in one of my xib file.I want to reuse this header view in some other views as the header.Can i add this as a subview?Anyone have tried this?I tried with the following code and ...
0
votes
2answers
42 views

iOS - Changing frame of a subview of a subclassed UIView (using storyboard with auto layout enabled)

I am building a custom progress bar (subclass of UIView). I add an UIImageView to the UIView that uses repeating images to display the progress. The view is added to the storyboard and I can get it to ...
0
votes
2answers
37 views

iOS show more views from xib inside view

I am working on the iOS app but I need help with showing more custom views from xib files inside one view. What I need is something like this: You can see one root view, some labels and 3 custom ...
0
votes
1answer
29 views

iOS: Embed Table View in other View (but table view has a complex table view controller..)

I'm struggling with this problem, so I need your help. Basically I've programmed a complex table view controller (with NSFetchedResults protocol etc) and already used it in my app and it worked great. ...
-2
votes
0answers
60 views

How to create custom tableview cell in ios 6? [closed]

I have an application in which i want to use custom tableview cell, for reference please see the following url: http://v.youku.com/v_show/id_XNDYwMzg3MDY0.html Any help or suggestion would be ...
1
vote
1answer
64 views

IOS UIImagePicker in a UIView subview

I am trying to display a UIImagePicker from a programatically generated UIView that's added as a subview of the original view controller. The image picker comes up and so does the camera but the ...
0
votes
1answer
18 views

UITapGestureRecognizer not recognized for recently grown subview

I have a UIView "A" which contains another UIView "B". The B view is initially not seen (alpha = 0), then when a certain action happens in A, such as a button being pressed, a short animation sees B ...
0
votes
1answer
45 views

Trying to fix subview flipping and now subview buttons no longer work?

I have a view which includes two subviews. I had it working so that only one subview was shown at a time and each subview had a button and when the button was clicked the subview would flip over and ...
0
votes
2answers
47 views

Not updating UIView of subView?

I have already posted " HERe" . and Here actually What I need to Deserve If I put this part of code [self loadLocationView] in UIButton and ViewDidLoad method , It works fine here. but whenever I ...
0
votes
1answer
37 views

ios create 'readmore'. Let superview be dependent of subview

gaaah designing in ios gives me headache!! So please, help me out and maby explain to me how one should think trying to come up with the solution. I have: As you can see the UITextField has its ...
0
votes
1answer
49 views

GLKView nested subview frame size and bounds size incorrect

Here is an example "GLKView Subview" app I wrote, based on the OpenGL Game sample project in Xcode 4.5. It creates a GLKView subview with its delegate set to the File Owner's GLKViewController, so ...
0
votes
1answer
39 views

Adding a view between TabBarController & NavigationController

I have a tab bar controller with each of its view controllers a navigation controller. I want to block some of the views within one of the navs (AlertView style) with a black transparent view, which ...
0
votes
3answers
72 views

how to animate views change views hierarchy using autolayout?

I have superview called self.myMainView In that view I have three subviews: UIView *view1 (green view), UIView *view2 (grey view), UIImageView *view3 I want to animation moving of view 3 and when ...
0
votes
0answers
29 views

UIScrollView doesn't scroll when subView is highlighted

I have a UIScrollView with different subViews. When one of these subViews is highlighted (a UIButton for example) and the user drags his finger, the UIScrollView doesn't scroll. In a UITableView when ...
0
votes
0answers
48 views

Objective C - Constraint Errors When Fixing Subview Size to Superview

Apologies for the length of this question, but it's a hard one to express. I'm attempting to create a generic UIView subclass which acts as an overlay, filling whatever superview is given. This ...
0
votes
5answers
44 views

Subview isn't positioned correctly

I am adding a UIDatepicker to a UIViewController, which is the rootview of a UINavigationController, and I use this code to position the Datepicker at the bottom of the screen. UIDatePicker *picker = ...
0
votes
0answers
40 views

ios - Position of subview is returning to default when update UILabel of main view

I`ve created a subview containing a UIPickerView that slides on the main view occupying half of the screen. When the user selects a value in the picker I update a UILabel that is located in the main ...
0
votes
2answers
30 views

Custom UIView Placement within Superview

I have a custom UIView subclass that needs to be at the bottom of the superview. I set the view's origin using: CGRect subviewFrame = subview.frame; CGPoint newOrigin = CGPointMake(0, ...
1
vote
0answers
75 views

Add subview above statusbar in storyboard project via UIWindow

I used UIwindow to add subview above the status bar ,but is of no use.Every time I press button no window [[UIApplication shareApplication] windows] shows that there are 3 windows. I added a button ...
0
votes
0answers
27 views

xcode iad banner in subview

I'm tying to add an iAd banner to a subview which moves around. When I try to add it nothing happens. i use [myView addSubview:adBanner]; but nothing happens. the following code works to have it at ...
0
votes
1answer
28 views

Does adding a subview also add that view's subviews?

Say I have a custom UIImageView with several subviews. In a UIViewController, if I create the custom imageView and add it as a subview to self.view, does that mean all the custom view's subviews will ...
1
vote
1answer
103 views

ZBar SDK (iOS): Zbar not scanning when I use a subview

I've used successfully used ZBar in other projects, but am having problems implementing it into my latest project. It is set up as a tabbed view app, where the first tab is the scanner and the second ...
2
votes
0answers
60 views

Gap between navigation bar and subview ios?

I understand there is this question: Adding subview leaves gap between subview and navigation bar However, there is no answer, and I do my method a different way, so that might make it a bit ...
0
votes
1answer
186 views

Using a sub-view when sending mail from Laravel 4

Is there any way to use a nested view when sending mail from Laravel 4? You send mail like this: Mail::send('emails.welcome', $data, function($m) { $m->to('foo@example.com', 'John ...
1
vote
2answers
89 views

UITableViewCell subviews not getting initialized

I have a TableViewController and have designed a custom uitableview cell using storyboard.I have set Identifiers and tags for all the subview in my tableview cell correctly (I am not doing this for ...
0
votes
0answers
38 views

android dialog subview

i create a dialog, and subview like this +dialog -linearLayout -editText i set the padding of linearlayout as (300,500), and set the size of editText(400,80); test on the (720*1280) ...
0
votes
1answer
103 views

UICollectionView cell: is it safe to bring cell.selectedBackgroundView to front?

I am just starting to implement a multiselect UICollectionView. Would the below be considered "safe" code (since i assume theres some reason it is called BackgroundView instead of AccessoryView or ...
0
votes
0answers
22 views

where is my UIDatePicker?

iOS 6.1. i have a view that has a UIDatePicker. The y value of the frame is set at below the size of the view of which it is a subview. when a button is tapped, the picker is animated into view ...
0
votes
1answer
74 views

Can't display a subview fullscreen size and landscape

I'm adding a subview to a view controller, whose dimensions are 1024(W) x 768(H). My app is set to support only landscape in the plist, and yet my subview will always display in portrait orientation, ...
1
vote
0answers
34 views

iOS - Accessing the name of IBOutlet

I am having several IBOutlets of UIView; several subviews within my parent view. I am trying to loop over all the subviews which are UIView. I want to loop over all subviews that have the name of ...
0
votes
1answer
34 views

Can't animate subview's frame

I'm trying to animate a subview's frame but it's not working : [UIView animateWithDuration:0.5 animations:^{ NSLog(@"BIIIM %@", [_subView subviews]); ...
1
vote
2answers
588 views

Cannot put a google maps GMSMapView in a subview of main main view?

I'm struggling with this problem! I want to add a google maps GMSMapView in a UIView that is only a portion of the main UIView of my ViewController. It should be simple... I created with the ...
0
votes
2answers
125 views

iOS prevent subview of tableview from scrolling with tableview

I have added a subview to my tableview and when ever the user scrolls the tableview, the subview scrolls with it. How do I prevent this? I know it's probably along the lines of not adding the view to ...
1
vote
2answers
89 views

Remove subview from non present view

I have an scrollview in my app. If I click on a Button on one Page, a Subview is added. I want to remove this subview when the user scrolls the view. This function is called: -(void) DisableViews { ...
0
votes
1answer
302 views

UICollectionView cell subviews do not resize

In a CollectionView, some cells should have an additional subview or layer. The CollectionView can be told to resize it's cells, thus all content needs to resize appropriately. Currently, the cell is ...
0
votes
1answer
31 views

Is the ordering of subviews of NSView guaranteed?

When using [[NSView subviews] objectAtIndex:], can we guarantee that this will pick the same view each time? Background: I am using an IKScannerDeviceView and want to hide the file format selection. ...
-2
votes
2answers
32 views

TextLabel as Subview [closed]

I use this to set the textLabel in a UITableViewCell as Subview: UILabel *text = [[UILabel alloc] initWithFrame:(0, 275, 0, 0)]; [text setText:contentString]; [cell addSubview:text]; But the text ...
0
votes
1answer
31 views

Add a disabled from scrolling subview to UITableViewController [duplicate]

Is this possible to create a subview in UITableViewController, which will be disabled from scrolling?
0
votes
2answers
190 views

Really bad performance with scrolling in UITableView with subviews

I'm just not getting what is going on here. I have a UITableView where each cell contain some subviews and it works fine and all. Unfortunately, the performance is horrendous, scrolling is just way ...
0
votes
0answers
59 views

How to set cursor behind subviews in a UITextView object in iOS6?

I wrote an app with a textview, which would contain some UI objects, such as labels, buttons etc., but when I tap in the textview to input some text, the cursor occur at the beginning of textview, ...
0
votes
1answer
68 views

Bringing my lables and buttons to front

I have a TableView in my main view. This table view hides some of lables and buttons in main view. After selecting a row from TableView table has to removeFromSuperView and buttons must be visible. ...
0
votes
1answer
32 views

Superview's tabgesture getting called on subview(button) click

My head is getting stuck here. I am having One UIView added tap gesture to that view(no of tap=1) On this gesture im calling method - callTap() Added UIButton as subview to that uiview. this button ...
0
votes
1answer
39 views

How to remove an NSView's subview

I have a problem with an NSView's subview. I'm trying to use an NSArray to retrieve [myView subviews] (in which I have only one view) and I want to remove this subview but I don't know how to do it. I ...
0
votes
0answers
96 views

UIView in wrong place when added with addsubview

So I have this code to populate a UIView(placeholderTable) on a scrollview: [self clearViews]; if (thingInfo) { CreatorEntry* creatorView = nil; NSArray *xib = [[NSBundle mainBundle] ...
0
votes
1answer
155 views

remove subview of uiwindow?

i want to remove a view from uiwindow,so i nslog in appdelegate method,it says window's subviews count as two NSLog(@" %d",[[self.window subviews] count]); so how can i remove that subviews from ...
1
vote
1answer
83 views

How can I load a ViewController or View into another ViewController with transparent background?

In my app I want to have a custom popup to appear when called from a UIButton. Currently I'm using TSAlertView, but I want to implement more UI items and have a more custom build. So what I would like ...
0
votes
1answer
47 views

cant load 2 NSMutable arrays in my UITableview

my app has one scroll view and one tableview added as subview. on scroll view i have two buttons. i want to load two separate arrays in my tableview on pressing these buttons.but for some reason it ...

1 2 3 4 5 14