Tagged Questions
0
votes
2answers
45 views
Crashing while assigning nil to UIViewController after removing view and popping
I have a sequence in which I need to pop a UIViewcontroller from outside the class. From the server I will get an log out event, and I need to pop the view controller if it is open. So I have done ...
0
votes
1answer
29 views
First UIView not autosizing to fit iPhone 5 or iPad
I have a simple app with multiple UIViews. I've recently begun work to create a universal app out of it get the auto-sizing and rotation of views working with the iPhone 5 and iPad.
On my very first ...
1
vote
0answers
19 views
When Im moving view picked from cloudScrollView not showing the picked view in front
Adding UIImageView on UIScrollView and adding UIPanGestureRecognizer to it
UIImageView* lbl = [[UIImageView alloc]init];
NSString* tempStr = [NSString stringWithFormat:@"images/%@",[self.cloudArray ...
0
votes
2answers
39 views
UIBarButtonItem to open new view when using Storyboard
I need to create the UIToolbar and the UIBarButtonItem programmatically. I'm using Storyboard for the layout.
How is now a new view opened by pressing the toolbar button which was programmatically ...
0
votes
1answer
25 views
UIView in NSCache being overriden
I have a UIView that contains drop shadows and corners which I am loading four of in my UIViewController and I am seeing a performance hit when the screen loads. Since I am using the same white ...
0
votes
1answer
25 views
CAShapeLayer Line drawing
I am drawing line over 5 custom uiviews (Like UITableView rows) from one position to another (X,Y axis) using CAShapeLayer.
My issue is that I want to know that what view the CAShapeLayer (line in ...
0
votes
2answers
36 views
Draw graph on uiview with animation
Hello Everyone,
I would like to create a similar view like in the attached image. I can do this easily with the help of UITableView but I also want to draw a graph above of this tableView. I am ...
1
vote
1answer
45 views
Float a UIView around the screen in the background [duplicate]
So I'm trying to do a long running animation with some UIViews. Basically what I'm trying to accomplish is take a square subview and have it float randomly around the screen in the background (like a ...
0
votes
1answer
23 views
UIView animate frame of ImageView
I'm trying to add an animation to a UIImageView when a button is tapped. When the button is tapped I want the imageView to move to the right at the same time as it is increasing in size. I have tried ...
0
votes
1answer
62 views
UIView setting opacity issue
I want to set different opacity for different pixels in UIView.
So, I need to find implementations for method [self setProperOpacity:myView forX:x forY:y]; in code (so that function should set alfa ...
0
votes
1answer
41 views
Setting three sided border for UITableView - IOS
For my design specifications, my table view should only have three borders on top, left, and right. I have added it using the following code....
CGSize mainViewSize = menu_table.bounds.size;
CGFloat ...
0
votes
1answer
32 views
Creating PDF from UIView in iphone app gives exception
I am creating pdf from iphone app using following code but when i call this method it gives exception.I have got this code from site.
here is the code
-(void)createPDFfromUIView:(UIView*)aView ...
0
votes
2answers
48 views
How to create iOS UiView that combines multiple buttons next to each other and enables swiping to selecting all of them
Right now i have a few buttons next to each other like this:
User has to press all of them to select the whole row (i have a few rows).
It would be natural to enable them to swipe over them to ...
-1
votes
3answers
40 views
Converting the drawn view into UIImage and add to UIImageView in iphone
I have app in which i am making sign with finger it works fine and it draws line but i want to save those lines drawn signature as image in ImageView to show screen but it is not showing i am using ...
-1
votes
2answers
36 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 ...
0
votes
1answer
33 views
how to remove any view from main view and then add at same place in iphone application
I want to remove the view from screen when any method is loaded and again add when method is finished is there any method to do that ,i am doing using hidden property but it is not working for some ...
0
votes
2answers
48 views
UIButton images look fine in IB but get stretched when displayed on app
I'm developing an Enterprise app for tracking mileage and maintenance for company vehicles. I've added graphic buttons to snazz it up a bit. The buttons look the way they're supposed to look on the ...
0
votes
2answers
66 views
Increase height of UIView above UITableView
I added a UIView above a UITableView via the storyboard. I was wondering if there is a good way to increase the height of the UIView programmatically and push down the table cells. The UITableView ...
1
vote
4answers
44 views
how to convert the part of UIView into UIImage and display it in imageView
I have a view in which i am drawing the signature i want that the signature part of the view should be converted as UIImage and then display it in UIImageView here is the code which i got from net i ...
0
votes
0answers
31 views
UIView inside UIScrollView receive touch and allow zoom with scrollview
I have UIView inside UIScrollView. In UIView, I implement touchesBegan, touchesMoved, touchesEnded to draw using CoreGraphics. In UIScrollView, I set delaysContentTouches = NO, to let subview of ...
2
votes
0answers
80 views
Is there an Objective-C reusable view similar to AurioTouch2? [closed]
Like many people, I like the power and functionality of Apple's AurioTouch2 sample code. However, the current example seems to be really tightly coupled to the underlying project.
The current project ...
0
votes
0answers
33 views
UIScrollView Height getting
I have cardsDetialViewController with one scrollView in it. The height of scrollview is set to 354 and width is set to 309, in storyboard As shown in following figures.
...
1
vote
3answers
72 views
How to make round shape of any view [closed]
I just want to change the shape of view from Square to Round. As i try with cornerRadious, But it just round the corner only. As I want to make whole view as a round shape.
1
vote
1answer
42 views
how to change the UIBarButtonItem size when rotate from the portrait to landscape?
I add one UISegmentedControl to the navigation bar. When the view loaded in portrait, its frame seems right. but when it rotate to landscape, the UIBarButtonItem becomes larger. If rotate to portrait ...
0
votes
2answers
38 views
Translate UIView by dragging another UIView
Please refer to the image below for the following question: The blue and orange circles you see are UIView's. I would like to be able to drag the blue UIView which has a UIPanGestureRecognizer and ...
1
vote
1answer
73 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
2answers
70 views
Move a view up so textfield does not disappear behind keyboard
I have a view like you can see over here.
You can see that I have an header image with below a lot of textfields. Only the UITextfields Adres - Postcode - Gemeente - Tel.nr - Email - BTWnr. are ...
0
votes
1answer
25 views
How make background circlular fade
I'm not sure what it's called, I have UIView with UIWebView in it, and I want make it exactly as the screen shot below while UIWebView is loading.
Can anybody help me with that?
Thanks
-4
votes
5answers
63 views
How do i get the size of a UIView from within the View Controller? [closed]
Inside the viewDidLoad method of a UIViewController:
NSLog(@"frame: %f %f", self.view.frame.size.width, self.view.frame.size.height);
With the device in landscape:
frame: 748.000000 1024.000000
...
0
votes
1answer
54 views
How to create a resizeable view in ios?
Hi I am creating a application in which I have to create different type of stretchable views like oval , circular, octal by touching its corners.
I have found some Similar question but its works ...
0
votes
1answer
33 views
how to convert UIView code into UIViewController with Nib in ipad
I have found tutorial which I want to implement in my view controller but the code is written in UIView so how to convert UIView code into UIViewController it can work here is my code
#import ...
0
votes
1answer
31 views
How to make a method that rotates a UIView work many times
I have a view that slides up from the bottom of the screen when the user swipes up and when this happen a little arrow is supposed to rotate so that it is now pointing downwards. In a similar fashion, ...
-2
votes
2answers
56 views
Applications are expected to have a root view controller at the end of application launch error [duplicate]
I have a problem,
I am using following code the application work fine.
Support *panoView=[[Support alloc] initWithFrame:CGRectMake(0, 0, 768, 1024)];
self.view=panoView;
Note: panoView is ...
1
vote
1answer
61 views
Event handling in subclass of UIView
As the guide Event Handling Guide for iOS mentions, when you create your own subclass of UIView:
All views that process touches expect to receive a full touch-event stream, so when you create your ...
0
votes
1answer
55 views
UITableView separator lines briefly bleed through overlaid UIView
Further to this question I asked recently, I was able to get the explanation view appearing in front of the tableview successfully, but I now have a problem whereby the tableview's separator lines are ...
1
vote
1answer
78 views
How to move resizableUIView from its corner in iOS?
I want to drag resizable UIView from its corner?
Like on desktop we Click the mouse button and hold on click and drag the mouse then a transparent view is visible like this.
I want this in my Project ...
0
votes
1answer
47 views
How to stop UIView CABasicAnimation in iPhone
I have 3 views dynamically created by using for loop. in that i called the below method for rotation animation
- (void)runRightSpinAnimationOnView:(UIView*)view duration:(CGFloat)duration rotations: ...
0
votes
4answers
65 views
Not able to resize UITableView programatically - IOS
I have added UITableView to a view, I want my application to work fine for both iPod 5th generation and lower versions(which is smaller in size), So I resized the table view height to its view height ...
0
votes
1answer
114 views
How to call UIView method from another ViewController in iOS
I have implemented freehand sketch tutorial from
http://mobile.tutsplus.com/tutorials/iphone/ios-sdk_freehand-drawing/.
I need to call its - (void)drawBitmap; - (void)drawBitmapGreen; methods in ...
0
votes
2answers
45 views
UIView truncate instead of stretching
I have two small UIViews on top of each other, they have exactly same frame size. I'm trying to change the width of the top UIView so that i can see the bottom UIView AND at the same time I would like ...
1
vote
1answer
78 views
iOS: How to Group UI Items to make transitions in the same View [closed]
I'm starting a new project in iOS and i don't know how to group the UI Elements to hide/add effects/etc and i want to make some transitions between a group of elements to show others elements, idk if ...
0
votes
1answer
31 views
Animate without lag?
I am currently using the following code to animate the transition between a view, and when the refreshTheServers method is called while doing so, the whole application freezes, refreshes the servers, ...
0
votes
1answer
54 views
HTML table data (<td>) screen co-ordinates or frame in UIWebView
I am using HTML to render some offline data in my application. I would be using the same HTML sources for different screen layouts, iPhone, iPad - landscape and portrait orientation. This means that ...
0
votes
1answer
46 views
Auto resizing in a tab bar is not working
I have a view with a tab bar and a navigation bar. I have a few buttons and textfields in the view. I have some empty space left at the bottom of my view.
While testing on 3.5 inch screen the empty ...
0
votes
3answers
65 views
UIBezierPath does not draw rounded bottom corners
I am trying to make rounded corners for my views and fencing a strange problem.
I use the following code to make rounded corners for my view
bezierPath = [UIBezierPath ...
0
votes
3answers
116 views
How to resize UIImage created with resizableImageWithCapInsets when used for an UIImageView / UIView
I'm writing code to use a custom image as the background for a UIView.
The app runs in portrait only. Prior to the 4" retina screen, I used fixed size, hand-drawn png as the background image ...
0
votes
1answer
68 views
ios: UIView's width and height after changing orientations is inaccurate?
I'm trying to make sure my custom UIView is always on the center of the screen even after orientation changes.
So I was trying to do some math with my UIView's superview, which is the main view of ...
0
votes
2answers
105 views
iphone How to crop or cut UIView in curved shape sample code
How do I crop or cut a UIView into a curved shape? I want to draw border to UIView and curved effect on corners. I have tried with CALayers but the corner looks blurry, is there a another way to do ...
4
votes
1answer
98 views
iphone-give transparent background to CAShapeLayer *maskLayer
I have a UIImageView on UIView.
On that I have drawn a shape using UIBezierPath. Now I want other part to be transparent.
My code is,
- (void)drawRect:(CGRect)rect
{
self.backgroundColor = ...
0
votes
1answer
60 views
UIView resizes subview
I am encountering a strange resizing behavior.
When I resize a UIView, it's subview's height goes to 0.
I would imagine that the following code would only resize the view - not it's subview.
...




