-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i have tried to use the reachability-project published by apple to detect a reachability in an own example. i copied the most initialization, but i get this failure in the linker:
Ld
build/switchViews.build/Debug-iphoneos/test.build/Objects-normal/armv6/test
normal armv6 cd
/Users/uid04100/Documents/TEST…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone
I try to compile Ercia Sadun's sample codes at:
http://github.com/erica/iphone-3.0-cookbook-/tree/master/C13-Networking/14-Web%20Browser/
There is error report :
warning: in /Users/interdev/iphone source code/Web Browser/Classes/SystemConfiguration.framework/SystemConfiguration…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
There is so much info out there on using Apple's Reachability example, and so much is conflicting. I'm trying to find out of I'm using it (Reachability 2.0) correctly below.
My App use case is this: If an internet connection is available through any means (wifi, LAN, Edge, 3G, etc.) a UIButton ("See…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've downloaded the Reachability API and I'd like to know if there is a simpler version anywhere, or if someone can point out the bare-bones essential part of it, so that I don't need to add tons of files to my project. I don't need the whole API, I just need to check for any sort of connectivity…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've found several examples of code to do what I want (check for reachability), but none of it seems to be exact enough to be of use to me. I can't figure out why this doesn't want to play nice.
I have the reachability.h/m in my project, I'm doing
#import <SystemConfiguration/SystemConfiguration…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
Currently I am using iPhone SDK 3.1.2 for developing iPhone apps.
Apple has recently released iPhone SDK 3.2 beta and I want to try my hands with it.
But my problem is that I want to use both versions of SDKs, 3.1.2 since I am currently developing apps and uploading on app store, 3.2 beta…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
in the current project I have a number of folders, with subfolders, and these contain images: 01.png, 02.png.
Folder1/FolderA/f1.png
Folder1/FolderB/F1.png
When I compile the app, I looked inside the the .app and noticed that all the images are placed in the top level, with no sub-folders.…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way to access raw data of iphone camera preview? I mean not the data of the picture that was shot already, but the preview, that shows before taking a shot?
TIA
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
in the current project I have a number of folders, with subfolders, and these contain images: 01.png, 02.png.
Folder1/FolderA/f1.png
Folder1/FolderB/F1.png
When I compile the app, I looked inside the the .app and noticed that all the images are placed in the top level, with no sub-folders.…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a class with an NSDictionary attribute. Inside this class I dispatch another thread to handle NSXMLParser handling. Inside my -didStartElement, I access the dictionary in the class (to compare an element found in the XML to one in the dictionary).
At this point I get undefined results. Using…
>>> More