0
votes
2answers
27 views

AddSubView on UITabBarController

I try to add UIView on UIViewController: AppDelegate *md = (AppDelegate*)[[UIApplication sharedApplication] delegate]; UIView *view = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 150, 44)]; [view ...
0
votes
0answers
16 views

Detecting the animation status in layoutSubviews method

I am customizing a UISearchBar to configure the margin and padding of its subViews like searchTextField, cancelButton. So I extended - (void)layoutSubviews method and adjust the margin and padding ...
0
votes
1answer
32 views

Present a view with animation

Instead of doing self.view = view; like I am currently I want to present this view with animation. It is not an entire view controller but just a view, I am just replacing the current view with this ...
0
votes
2answers
47 views

How to load UIView from UIViewcontroller?

I have created a view and now I want to load that view from another viewcontroller without allocating the view. Is it possible or not. please clarify me. I am doing like following 1)Added UIView in ...
0
votes
2answers
36 views

UILabel Animations and Gestures

I am trying to achieve an effect in an application I am writing and maybe you can help. The view hierarchy is reasonably complicated at this point so for simplicity let’s just say I have a UILabel ...
0
votes
1answer
37 views

Program crashing after adding subview from NSMutableArray

Right now I have a UIView with two subviews on it. I am trying to add another subview to one of those views, from a custom-made Card class. The problem is that the subview is coming from an ...
0
votes
2answers
56 views

Trying to find the name of this “slidable UIView”?

Anyone know what the control is called to achieve the functionality shown here in the iOS Stocks app? I've been searching Google for things like 'Slidable UIView' but can't find anything!
0
votes
2answers
21 views

button of a dynamically created view does not respond

I need your help. I am trying to build a game. When a hint button is pressed a new view is created programmatically with the code below: In my gameController.m //connect the Hint button ...
2
votes
0answers
134 views

Changing Frame Programmatically iOS 7? [closed]

So I have an app that is in the App Store and I you type in some UITextFields but some of the text fields were covered by the keyboard so I programmatically moved them up. Now I am working with the ...
-2
votes
0answers
38 views

create a custom view on top of my current view iOS [closed]

I am facing some difficulties. I do not have that experience and in all of my apps so far I was working with storyboards. I am now trying to create a game, and in a tutorial I follow every view is ...
0
votes
0answers
33 views

Main UIView is changing sizes after adding a container view

I have added a container view to my main view if someone pushes a certain button, then if they push the button again it removes the container view. The issue is my screen size seems to change when ...
2
votes
1answer
88 views

Vertical Parallax Scrolling Of UIView in iOS

I'm trying to add a vertical parallax scrolling effect between several views that are all the size of the screen. This wasn't too complicated when done through buttons, however I want it to be ...
1
vote
1answer
25 views

How to force UIView (mapView) to take up the entire screen

To set a UIView to take up the entire screen, is this correct? self.mapView.frame = CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height); Or should I be using the ...
0
votes
1answer
21 views

UIView contents image

I want get texture or image from UIVIew like screenshot. But without create CGContext, and draw UIView on this context. If this view display on screen, i think it contains this texture somewhere ...
-1
votes
0answers
87 views

how to add one view to another view in iOS?

I want to make kids Shape Puzzle game. In which I have to drag one image and place that image to another view. like this https://play.google.com/store/apps/details?id=zok.android.shapes&hl=en I ...
0
votes
1answer
30 views

Using AutoLayout, how do I keep a UILabel in the same place when the navigation bar disappears?

I have a view controller with a UILabel in it that prints some words when a button is tapped. When the button is tapped, the navigation bar is set to hidden. So I tried taking the UILabel and giving ...
0
votes
0answers
21 views

UIPicker Moves To Bottom of View

I have something weird going on in my app that is causing me some issues. I am creating a screen where there are a few different options to change a label. The issue I am having is that a UIPicker ...
0
votes
1answer
15 views

Adding CorePlot BarGraphs to subview

Currently, I am using Coreplot's graphical framework to implement bar graphs. I pulled the tutorial projects from http://www.raywenderlich.com/13271/how-to-draw-graphs-with-core-plot-part-2 . I ...
0
votes
0answers
24 views

UIScrollView with dynamic number of views and Auto Layout iOS6

i am struggling with an UIScrollView in iOS6 using auto layout. What i am trying to do is setting up a scrollview holding a number of subviews (UIViews). Those subviews are created dynamically in a ...
0
votes
2answers
42 views

Can I create a totally transparent UIView that receives touches?

I want to create a totally transparent UIView overlay (and it has subviews) to receives touches. I could set the alpha to a low value (like 0.02) to get an approximate effect. But I wonder is it ...
0
votes
0answers
40 views

Using renderInContext: for masks created by cgpaths

I recently found out that the renderinContext: method ignores any layer masks. I am trying to capture a video of my app's screen, in which I animate the path of a masked CALayer. To record the ...
1
vote
2answers
38 views

How to setup a subclass of UIScrollView to respond to touch events?

I recently had a problem regarding not being able to register touches events (touchesMoved, etc) from within a UIScrollView. After talking with lots of people and reading tons of posts, it turns out ...
1
vote
0answers
41 views

removeFromSuperview not releasing the view while using ARC

I am adding a subview to my finalview which is used to change prefrences on the app. I add it like this from my finalview getPrefrencesViewController = [[GetPrefrencesViewController alloc] init]; ...
1
vote
0answers
62 views

UIView fills background when scrolling on a UITableView

I'm having a problem with my UITableView. A UIView in the cells (the light grey background) seems to fill the cell for no apparent reason when scrolling. Here's how it should look: Here's how it ...
-1
votes
1answer
18 views

Show an hidden view

I will ask you if you can help me to show some hidden views. Also in my app I've 2 hidden view: one on the left and the second one on the right. I wanted to show this hidden view by using 2 button and ...
1
vote
1answer
34 views

Catch UIView content redraw

I want add filter to UIView like in eBay app. I use GPUImage framework. I created a class, inherited from UIView and added UIButton and UIActivityIndicatorView to this view. And I want to catch redraw ...
0
votes
2answers
30 views

pass slider value to subview

I have a UISlider placed in my main view and I have added a subview UIView (via interface builder) that I have associated with its own class SecondView. I need to pass the value of the slider to my ...
0
votes
0answers
17 views

Applying specific animation to text in view in objective c

I created in After Effects a bouncing text screen following a tutorial that I followed posted here: http://www.youtube.com/watch?v=pTxCqwRXpVM I would like to have this type of effect in my main ...
0
votes
0answers
29 views

Swipe and partially flip UIView to menu bar from left or right in iOS

Hello EveryOne, I am new to iOS programming. I am working on a project where i have to do some animation when user swaps on view to show the left side menu bar which contain buttons. My problem is ...
0
votes
2answers
32 views

self.view.subviews not showing buttons

I want to iterate through all of the subviews in my view, and do something for each UIButton. This is the code i'm using (in the end of the viewDidLoad): for(UIView* v in self.view.subviews) { ...
0
votes
2answers
70 views

iOS - Casting UIView to UIButton/other views

I will be creating UIButton and other views programmatically. The buttons will be created inside custom class call ButtonBuilder. This builder class will be the subclass of BaseBuilder class. The ...
0
votes
1answer
56 views

NSArrayM insertObject:atIndex:]: object cannot be nil'

After a lot of search, and tries with some solutions on stackoverflow, i didn't find any answer which could solve my error : I have a UIViewcontroller, who's name is WorldViewController. In this ...
0
votes
4answers
37 views

Make UIView Appear Before Network Operation

I have a seemingly simple problem that I cannot for the life of me seem to figure out. In my iOS App, I have a UICollectionView that triggers network operation upon tapping it that can take a few ...
1
vote
1answer
28 views

Implementing a custom UISwitch using a library - what am I doing wrong that's causing the size issues?

I'm using BMXSwitch to implement a custom UISlider, hopefully in the end looking something like this: Where the animation is pretty much identical to the default UISwitch, where the knob moves, ...
2
votes
1answer
36 views

My Views are only 320px across and I get poor resolution images on iPhone 5?

I have a big problem that is causing all sorts of complications. I want to make native-resolution graphics for my iPhone 5 app using the 326ppi Retina Display quality graphics. However, all of my ...
0
votes
1answer
33 views

How do you balance Auto Layout with creating frames?

When I'm creating a frame in iOS with CGRectMake(), be it setting the frame property or using initWithFrame:, it asks for the x, y, width and height. I supply these. But with Auto Layout, I'm next ...
0
votes
1answer
23 views

Getting frame/origin of UIButtons that are outside of visible view in a UIScrollView

How do I go about getting the correct frame (and more importantly, origin) of a UIButton that is outside of the current visible area of a UIScrollView? It seems like when they are not visible, I get ...
10
votes
1answer
140 views

Why when I change the image of the UIImageView while panning the cell does the whole view reset for a second?

Here's a video of it happening: http://cl.ly/3V0D3U1m3w0E Basically, if I change the image property of the UIImageView (the X) while I'm panning it brings all the controls in the view back to their ...
2
votes
1answer
51 views

Need help understanding this line of code?

Ive come across this line of code in an example, But I dont know what it does! [(CTView*)self.view setAttString: attString]; CTView is a custom class of type UIView and this line of code is in the ...
0
votes
0answers
27 views

touchesCancelled called after a small swipe

I have seen similar questions but none were helpful for this. I have created a view in interface builder and assigned it to a uiview subclass I created. I dont have any subviews in it and the view is ...
5
votes
1answer
148 views

Frame of header view changed forever after deletion of UITableView's section

I'm reusing headers, keeping them in dictionary where section number is key and header view is value. After I animated deleted one section and reload another one, header views of only these sections ...
0
votes
2answers
57 views

Filtered array returns empty, and I'm not sure why?

I'm using a PickerView to filter an existing array (called "Strains"), and the filtered array is called, "searchResults". Not sure why, but for some reason my app is saying that searchResults is empty ...
1
vote
2answers
42 views

UILabel set to center of view

How come the UILabel drawn in this code is not in the center of the view? //create the view and make it gray UIView *view = [[UIView alloc] init]; view.backgroundColor = [UIColor darkGrayColor]; ...
0
votes
2answers
37 views

UIViewController Present

I am trying to present a UIViewController with a UIView on it. The following is the code I am trying in my viewDidLoad method. //create the view controller UIViewController *controller = ...
0
votes
1answer
27 views

How do I add a UIView as a subview of the topmost view without knowing which view it is?

I want to add a view: [aView addSubview:myNewView]; What I am trying to do is find what view is the topmost view being displayed at any given moment, so I can dynamically add a view on top of it. ...
-1
votes
2answers
41 views

Change UIView orientation in single view app [closed]

I have created multiple UIViews dynamically in a single view app. I need the main UIView to show in landscape mode.
0
votes
5answers
65 views

How to dismiss view when Tab bar item is pressed?

I have a view that has a navigation bar on the top, 4 buttons in the middle for the menu, and a tab bar navigation on the bottom. When only the tab bar items are used everything works, but when I ...
1
vote
1answer
45 views

Adding several custom subviews throughout UITableView (settings panel)

I have a slide-out UIView which is acting as a settings panel. The view has a container with a table view controller within it. The table view itself has about 6 groups of static cells which represent ...
0
votes
0answers
11 views

Transformation blocking next transformation in line

So I'm building a game in which the user clicks on a square, which scales up to 1.2 (CGAffineTransformScale) The square then automatically: rotates 90 degrees (CGAffineTransformMakeRotation) ...
0
votes
1answer
27 views

tap gesture on containing view blocks tableView selection

UITapGestureRecognizer *singleFingerTap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(handleSingleTap:)]; [self.view addGestureRecognizer:singleFingerTap]; } ...

1 2 3 4 5 47