0
votes
1answer
18 views
UIView getting disabled
I have a UIView that's starting about 600 pt's off the screen, but when it comes on to the actual frame, it seems to be disabled.
I've tried using a UIScrollView, but also can't b …
0
votes
1answer
15 views
Converting an UIview unto UIimage causing memory leak
Hi guys!!
I'm developing an app for iPhone using a coverFlow view, when the app is building the cards it is using a UIView in order to add labels and other stuff. Then I convert …
0
votes
2answers
26 views
Are multiple UIView animation callbacks a bad idea (i.e. cause mem issues)?
I have multiple UIView animations running in my app. They are very short, and then make callbacks to a method that then usually fires off another animation. This leads to a lot o …
1
vote
1answer
22 views
unwanted UIImageView resizing when in a UIView
I'm programatically creating a custom section header for a table that has a width set to 290. When I use a UIImageView containing a 290 x 29 PNG directly the image appears correct …
1
vote
2answers
22 views
Why does rotation of iPhone cause crash when _existingView message is sent to deallocated object?
I have two view controllers: MyParentViewController and MyChildViewController.
The application starts with MyParent. I push the MyChild controller to the top of the navigation sta …
0
votes
3answers
50 views
Makeing view resize to its parent when added with addSubview.
Hy i'm having problem when using addSubview.
Example code:
ParentView *myParentView = [[ParentView alloc] initWithNibName:@"ParentView " bundle:nil];
ChildeView *myChildeView = [[ …
0
votes
1answer
19 views
iPhone + clear all UI Controls from View
Hi,
I have a view in which I have few labels and I want to dynamically clear the view (remove all the labels) at certain condition in my application.
Please help me
Regards,
Pra …
0
votes
1answer
27 views
Calling another view from within a view class
i may be making more out of this because of the late hour. i am confused. i have multiple views i call from a viewcontroller class. typically they are called with a uibutton obje …
0
votes
1answer
57 views
[iphone] How to build a “virtual zippo” app?
Hey guys,
You probably all know the famous virtual zippo app.
I thought of making such an app too, just for learning objective-c.
THe developer said he has used a video of flame. …
0
votes
2answers
30 views
view hierarchy refresh timing
I'm trying to add a progress meter, or other "I'm busy right now" notification to my view hierarchy right before doing some intense computation that will block the UI. My code loo …
0
votes
1answer
45 views
iPhone SDK: repeat subviews
I have one UIView, which I'm using as my main view, and I want to repeat the subview across the screen. How exactly can I do this?
1
vote
2answers
46 views
Why isn’t my UIButton responding to touches?
I'm sure I'm overlooking the obvious as I've got countless working buttons...but...for whatever reason this one is not cooperating...
I've added a UIButton (Rounded Rect) to a UIV …
0
votes
0answers
20 views
iPhone SDK- Multiple instances of UIView [closed]
Possible Duplicate:
iPhone SDK: repeat subviews
I have a UIView and I want to create multiple instances of that one UIView (kinda like a tiled effect). I tried creating m …
0
votes
1answer
36 views
Design view in Interface Builder to load lazily in UIViewController
I've managed to get my myself confused... I've got a fairly complex View Controller much of which is developed programatically. I'd like to pop up a "dialog" on top of the view con …
0
votes
2answers
48 views
Load a nib into an UIView?
Hey guys,
I need some help.
I've got a segmented control. if segment 0 is clicked it shows a UIView, containing a uitableview.
If segment 2 is clicked it shows another UIView whi …
