The setneedsdisplay tag has no wiki summary.
0
votes
3answers
37 views
User selected themes in iOS - Is a setNeedsDisplay possible on the entire UI?
I've added a user selected theme option to my app. Each relevant element (mostly UIViews) conditionally change their appearance dependent on the state of an NSUserDefaults BOOL.
This worked fine when ...
1
vote
1answer
28 views
Using NSTimer to call SetNeedsDisplay in Xamarin for iOS
I have a UIView that takes data (thats changing) from a buffer and plots it. I want the screen udpated at 10Hz. The UIView is called pane, and this is how i'm invoking it inside the ViewController:
...
0
votes
1answer
26 views
iOS: rendering a subview at the proper resolution
I have a view which has a few subviews. I am using transforms to scale the view 400%, which works perfectly, but I am not sure how to scale the "drawing" of the sub-views. So when I render the scaled ...
0
votes
1answer
18 views
How to refresh UITableView (or any UIView) after UIActionSheet action
I spent hours tackling this, tried different solutions online but to no avail.
Regardless of using
[tableview reloadData]
[tableview setNeedsDisplay]
viewDidLoad
etc...
Things weren't being ...
-3
votes
3answers
74 views
setNeedDisplay still does not work [closed]
Previously I asked a question in stackoverflow and that is about setNeedsDisplay cannot work.
I am not a lazy guy and I have tried everything but it still cannot work.
Maybe I cannot find where is the ...
0
votes
1answer
41 views
picture does not move ( -setNeedsDisplay:YES does not call drawRect:)
sorry for bothering you again about the - (void)setNeedsDisplay which does not call
- (void)drawRect: method...but I spend so much time on this problem
I am a beginner in Objective-C and I am trying ...
0
votes
2answers
77 views
setNeedsDisplay has not been called
I draw an sine wave on an UIView by using drawrect and it is linked to an UIViewController.
It can draw one time when i first load the viewcontroller.
I want that when I change the value of a ...
0
votes
3answers
101 views
setNeedsDisplay no refresh the screen
Iim displaying a huge amount of images each time I call drawRect with setNeedsDisplay.
The problem is that cause lags cause each time I call dracRect, I redraw every images (thousands).
Is there a ...
0
votes
0answers
54 views
NSString drawinrect issue (related to View setNeedsDisplay)
my app draws a string on a view. I have another slider control, which works in this way: when I change the slider's value, the string on the view also changes. But every time the string is redrawn it ...
1
vote
1answer
53 views
uiview subclass showing up as black rectangles first time setneedsdisplay is called, but ok after that
I have a custom UIView subclass which overrides drawrect. The view gets its data from a datasource, and passes some of that information to its delegate, the view controller, to process it into the ...
6
votes
2answers
84 views
setNeedsDisplay only gets called once
In my code I want to "animate" a delay of drawing a line, so after adding a new line to the view, I call setNeedsDisplay - which works fine once.
Inside the drawRect method I draw the line and call a ...
0
votes
0answers
82 views
Call drawRect everytime setNeedsDisplay is encountered
I have the source code for a video decoder written in C. Now I'm porting that code to iOS and making an app for iPhone. The code to decode the raw data is written in C. Now I just need to render that ...
0
votes
0answers
57 views
unhide uibutton not working with setneedsdisplay
I have a UI button that I want to hide at the start of my app. After checking with my server i then what to unhide it. But when I set
myBtn.hidden = NO
the button doesn't show up.
I have tried ...
0
votes
2answers
151 views
UIView setNeedsDisplay doesn't work
Simple code is here:
Custom MyButton.h
@interface PaiLifeReadingListButton : UIButton
@property (strong, nonatomic) UIImageView *logoImageView;
@end
Custom MyButton.m
@implementation ...
0
votes
0answers
51 views
Draw minimal with drawRect and setNeedsDisplayInRect
He, I just realized that [self setNeedsDisplayInRect:(dRect)] draws everything (and not only the necessary) and then updates the screen in "dRect". So I started to edit the drawRect-method like this:
...
0
votes
2answers
190 views
Button to trigger drawRect to redraw a view
I have a VC with a subview. At the subview level I have a button. I want the button to result in the view being updated.
The IBAction code is in the VC. All it currently does is toggle a BOOL value. ...
0
votes
2answers
271 views
Set UIView backgroundColor with drawRect:
I am trying to set a custom UIView class's background color. The class also does quartz drawing in the drawRect:method.
Since background color change does not take place until the next redraw of the ...
0
votes
1answer
76 views
SetNeedsDisplay in table view
My problem is that not all cell are correct initialized with the correct UIView as an rendered image.( see code below) On a iphone 4 it always the same cel on a iphone with retina display is also an ...
0
votes
0answers
98 views
UIView setNeedsDisplay Not updating after call from other UIView
I’m trying to update a UIView. It is drawn right the first time and after that it doesn’t update. Even with the setNeedDisplay called.
My goal is that once the user loads up the app they can flip a ...
1
vote
1answer
65 views
Get image Asynchronously and setting setNeedsDisplay
This code is in in a cell initialization routine that sets up the elements of a custom cell. It gets the image from the web asynchronously. But I need it to redraw once it's done.
This is my ...
-5
votes
1answer
78 views
Calling setNeedsDisplay slowing down other subviews [closed]
Calling setNeedsDisplay continuously slows down the other subviews. This is my code:
if (_recording){
[self performSelector:@selector(setNeedsDisplay) withObject:nil afterDelay:delayRemaining ...
0
votes
1answer
59 views
iOS. Do NSURLConnection and UIView's setNeedsDisplay rely on GCD for asynchronous behavior?
I am doing a lot of GCD and asynchronous rendering and data retrieval work lately and I really need to nail the mental model about how asynchronous is done.
I want to focus on setNeedsDisplay and the ...
0
votes
2answers
149 views
forcing setNeedsDisplay
I have a routine that draws a gearwheel using CoreGraphics and drawRect. I used a button to advanced the gears through the stages:
-(IBAction)advanceButtonPressed:(id)sender{
stage=stage+1;
if ...
0
votes
0answers
79 views
How can I prevent UIScrollView from stopping inertia when updating a child view while scrolling?
I have a MonoTouch UIScrollView with a child view. Inertial scrolling works properly if the child is not being updated.
However, if I use a System.Timers.Timer to make a change to the child view's ...
0
votes
2answers
542 views
SetNeedsDisplay not working
I saw many threads related to this issue, but none addresses my case (I think).
My case should be simple, I have a Custom UIView in my controller, from my controller, I use the [self.myView ...
0
votes
2answers
187 views
CALayer setNeedsDisplay can not work?
My class is a CALayer subclass, and I have added a observer through NSNotificationCenter, when catching the message, it will run function like this:
- (void)setCurrentAutoValue:(NSNotification *) obj
...
1
vote
1answer
123 views
iOS: How to get background thread to redraw view on main thread
My application will query a database 50 times and will then react accordingly by adding the right UIImageView to another UIImageView, which I then want the application to display immediately at each ...
0
votes
1answer
523 views
Objective C: Implementing drawRect
I have a very simple project that involves drawing a shape with drawRect, but I don't believe my drawRect function is actually being called. Here is the code. (Everything else is just the default for ...
0
votes
1answer
78 views
UITableView setRowHeight how to commit changes
I have a design where UITableViewCells contains an UIImageView. This image should have the same proportion in portrait or landscape, this is why I have a method called when interface orientation ...
5
votes
2answers
175 views
Does setNeedsDisplay:NO have any use at all?
In Cocoa, when we want to redraw a view, we would send the view a setNeedsDisplay: message telling the view to redraw itself with a parameter of YES. I was wondering if there are any circumstances ...
0
votes
0answers
13 views
Images from Web are not refreshed
I am using UITableView with approx. 10 custom subviews per cell. One of the subview is UIImageViews (2 or 3 UIImageViews per cell), and I have some problems refreshing them. I am using AFNetwork for ...
0
votes
0answers
215 views
UIViewContentModeRedraw setNeedsDisplay working but getting wrong bounds when rotating
I have a problem with one of my Section Headerviews. I made a customer section header view for my table. The header view code is as follow :
-(id)initWithFrame:(CGRect)frame title:(NSString*)title ...
0
votes
1answer
162 views
NSView's drawRect doesn't get called after CIFilter is applied under 10.8 only
I have an NSView (lets call it mainview) with a few subviews. One of these subviews has a time based (called via a timer) animation which is done in its drawRect method. Also I have some CIFilter ...
0
votes
2answers
1k views
setNeedsDisplay will not call drawRect
Important:
I had figured out the problem but a moderator deleted it for some reason:
I tried calling the function directly from the button instead of having the function in the view controller.
I ...
0
votes
2answers
1k views
setNeedsDisplay does not trigger drawRect in subviews as expected
I'm struggling with setNeedsDisplay. I thought it was supposed to trigger calls of drawRect: for the view for which it is called and the hierarchy below that if it's within the view's bounds, but I'm ...
0
votes
1answer
107 views
Triggering a redisplay upon date change
This is probably an easy question, but I'm a newbie, so I'm drawing a blank.
I have a 2D graphical application whose graphics (implemented in drawRect) depend upon the date. When the date changes, ...
0
votes
1answer
339 views
drawRect: is not always called after setNeedsDisplay:YES when parent view is layer-backed
I have a basic Cocoa app with a custom NSCollectionView that overrides drawRect: to draw a red background (for illustration purposes).
I noticed that at seemingly random times, drawRect: would not be ...
2
votes
2answers
292 views
setNeedsDisplay on a large UIView causing
I have a very large UIView approx 3000x3000 in size. In this large view I do some free form drawing with stylus or finger on an iPad. Here is my code for my touches began and moved methods.
...
0
votes
2answers
129 views
iOS setNeedsDisplay in multiple regions
I have a custom view which has a piano keyboard drawn inside of it. Each key is drawn as a separate call, so that I can only draw keys that need redrawing. The view supports multiple touch, so ...
1
vote
1answer
195 views
Reload and display a tableView whitch is based on a view in the MainStoryboard
I'm searching for a solution for the upper since last week, but I found no solution on the internet. So I thought I'll get help here.
Now to may question: I have a MainStoryboard and in it a ...
0
votes
2answers
679 views
iOS: CGContextRef drawRect does not agree with input
Background : I would like to draw blocks when the user touch up somewhere. If the block is there, I want to erase it. I manage the blocks by using NSMutableArrayto keep track of points where the block ...
0
votes
0answers
261 views
How to update all subviews simultaneously in Objective C?
I am working on an iOS application which requires the update of several subviews at once. How would I delay the update on the screen so that all subviews update at the same time?
Currently, the ...
0
votes
1answer
154 views
Cocoa - iOS -Does updating the text property of a UILabel require setNeedsDisplay?
I am a newbie and I have a iOS project where I am setting the text property of a UILabel field.
self.nameLabel.text = @"abcd";
Question
Do I need to invoke setNeedsDisplayInRect for the label for ...
0
votes
1answer
601 views
cellForRowAtIndexPath: setNeedsDisplay not working for images downloaded in the background, even when calling it on the main thread
I have seen a few posts which suggest using something like the following inside the block which downloads the images asynchronously in order to invoke setNeedsDisplayon the main thread and get it to ...
1
vote
2answers
854 views
UIScrollView setNeedsDisplay not working, or something else?
Final solution to this issue is given below the question
My goal is to create an image picker that initially creates each image view inside of a scroll view, and then passes a reference for that ...
0
votes
1answer
6k views
reload/refresh subViews - setNeedsDisplay doesnt work
i have trouble with setNeedsDisplay. I have an UIView with a lot of sub UIViews, created in Inteface Builder. I have also an Button with IBAction. In this IBAction i want to redraw/reload all UIViews ...
0
votes
1answer
462 views
UIScrollView subviews and setNeedsDisplay
I've the following problem :
I have a UIView containing a UIScrollView as a subview. (nib file).
Programmatically I add several subviews (UIImageView) to the UIScrollView, each UIImageview contains ...
3
votes
2answers
943 views
setNeedsDisplay not working inside a block
I'm using CMMotionManager for retrieving accelerometer data. The thing is that the accelerometer data gets printed periodically, the instance variables are changed in the view, but the view doesn't ...
0
votes
1answer
353 views
Right use of setNeedsDisplayInRect: method for animation
I have some view controller, that uses my own view class and XIB interface, so the view initializes from coder. In that view controller, when I move the slider, it redraws rectangle, in initial state ...
1
vote
1answer
124 views
setNeedsDisplay works on iPhone but not on iPad
The view in question was created in IB on the root view and wired to a class method in the rootViewController. In the view's class method I am overriding drawRect to draw it's content. I am calling ...




