0
votes
0answers
11 views
Navigation & View Controller questions
I'm experimenting with ViewControllers & NavigationControllers in Interface Builder trying to get a better grasp of what's tied to what and why... I'm struggling with a scenari …
0
votes
1answer
16 views
UISlider in UIBarButtonItem impacts animation behavior
Hi all
In IB, I set a view MyView with an UIToolBar and I drop an UISlider on it. IB automatically embeds it in an UIBarButtonItem and sets its view with the UISlider.
I display …
0
votes
1answer
16 views
nsxmlparser not solving '
Hi!
Im using NSXMLParser to dissect a xml package, I'm receiving &apos inside the package text.
I have the following defined for the xmlParser:
[xmlParser setShouldResolveEx …
0
votes
2answers
23 views
Displaying nearby businesses in mapkit
Is it possible to display nearby businesses in mapkit? If not, how else can that be done?
Is there a way to display by category - restaurant, retail, museums?
Also, I don't thin …
0
votes
0answers
11 views
Linking two UIScrollViews so they follow each others touches
I want to make a list, that is divided in 2 parts, left and right. The left part can only scroll vertically (has a list in it). The right part scrolls vertically, and horizontally. …
0
votes
2answers
62 views
How do I convert NSMutableArray to NSArray?
Objective-C: how do I convert NSMutableArray to NSArray?
2
votes
6answers
190 views
Is if(obj && obj != nil) correct and necessary?
Two parts to this question
1) Is this understanding of what's going on correct?
"if (obj)" is testing to see if the pointer is not 0x0, aka set to an integer memory address
"if (o …
0
votes
2answers
21 views
iPhone + file upload control
Hello,
I have an application which uploads file from iPhone to web server.
Problem is that I want to give users a control like from which they can select the file / photo from th …
0
votes
1answer
58 views
Possible to hide method implementation in library?
I'd like to know if it is possible to hide library implementation from consumers of a static library.
This great thread spawned a few questions in regards to a licensing system …
0
votes
1answer
33 views
iPhone- How to save the view controller object itself?
Hi,
I want to save the state of my view controller. I searched and found that I should save the state by saving state variables.
But I am interested in saving the view controller …
0
votes
1answer
24 views
Animating a shape with CoreAnimation
Hello folks,
I approaching core animation and drawing empirically.
I am trying to animate a simple shape; the shape in question is formed by 3 lines plus a bezier curve. A red line …
-5
votes
0answers
86 views
twitter application [closed]
Hi,
http://www.stanford.edu/class/cs193p/cgi-bin/index.php
In the above course I have done presence 1.
I want an idea of presence 2. assignment.
0
votes
1answer
29 views
Are viewDidUnload and dealloc always called when tearing down a UIViewController?
I have a query about the use of viewDidUnload and dealloc in a simple implementation of UITableViewController.
Essentially I'd like to know more about weather or not both viewDid …
3
votes
2answers
137 views
Will this hack make apple furious? (Will the reject my app ?)
Hi,
I have taken this code from
http://stackoverflow.com/questions/883208/how-to-change-background-color-of-uialertview
UIAlertView *theAlert = [[[UIAlertView alloc] initWithTi …
0
votes
4answers
63 views
How to create custom UIAlertView
We're creating an immersive app that needs to have something that acts rather similar to a UIAlertView, but we don't want it to look like a system dialog, we want to use our own gr …
