I'm a totally noob in IPhone development. Just start a week ago. I'm trying to have this tableview working.
I have a class I created called CustomerRepository with a method like this
- (CustomerRepository *) init {
self = [super init];
if (self) {
customerArray = [[NSMutableArray alloc] init];
Customer *cust1 = [[Custome...
Hi,
In my app i need calendar control so i have found out a calendar suitable for my app on the link below:
http://blog.webscale.co.in/?p=244
Now i want to integrate that in my project so i am referencing the project into my app but it leads to a crash and console shows exception that unknown CalendarAppDelegate.
What should I do?
...
i can send push notification to iphone success with certificate ck.pem throught gateway.sandbox.push.apple.com in development environment.
but i want to access feedback.sandbox.push.apple.com, i got the error as follow.
Warning: stream_socket_client() [function.stream-socket-client]: SSL operation failed with code 1. OpenSSL Error mess...
I have web services and I want to save that data in SQLite in iPhone and also want to retrieve that data. Web services include 14 parameters, also includes image URL as well. Web service is SOAP in .NET.
Please help me and provide me with the complete code how to do that.
...
I realize that this isin't a programming question but I know that a lot off people here are iOS developers so i'll just ask anyways.
I had an app approved about 8hours ago, during development my iAds were working fine and I was receiving test ads in the simulator and on my iPhone. But I've downloaded the official version and so have a f...
When I call
-(IBAction)getContact {
ABPeoplePickerNavigationController *picker = [[ABPeoplePickerNavigationController alloc] init];
picker.peoplePickerDelegate = self;
// showing the picker
[self presentModalViewController:picker animated:YES];
[picker release];
}
All Contacts appears with the Cancel button on t...
Hello All,
I am getting Signal '0' and app crash due to line
[iView.layer renderInContext:UIGraphicsGetCurrentContext()];
I am working iPod 4th Gen with OS 4.1
-(UIImage*) GetFrontViewImage
{
UIImage* imgcopy = nil;
ImageBufferView* iView = [[ImageBufferView alloc] initWithFrontScreenImageFrame:[self GetSaved...
Hi,
This is karthik,
I would like to implement aes encryption method on my iphone application . Already I have done it with some problem . I had encrypted the string successfully and I can send it to java server to decrypt it. But they cannot decrypt it to original string . As the same , They encrypt some data and have send it to me. M...
I am aware of some third party libraries and open source libraries to extract ZIP files within iPhone application.
But I would like to know whether there are any default iPhone frameworks provided in SDK itself?
...
Hi, is there a way to write files to the iphone file system using only pure c code and some posix like api?
I only found some Objective-C/Cocoa stuff out there and I think that I can't just mix some Objective-C code snippet into the .c file.
...
Hi
I have installed Ogre 1.7 , Copied iphone dependencies and the project is running in simulator with around 25 sample projects. I need to build a template with only one sample example. Can you please guide me to do so...
...
Can everything which is done through Xcode GUI be done through command line, like changing app name, changing provisional profile, distribution profile? If yes then how. May be it can be done through xcodebuild , but till now i am only able to compile through xcodebuild.
...
I've had a user send me an email to ask if I can make some modifications to my application so that it is more friendly to blind people. Although he's explained the problems that he is having, I really have no idea on how to approach this. I can't find any guidelines from Apple. Is there any information available, or does anyone have any ...
I am stuck with this problem and not getting any idea about this.?
I do have some images in the application, and I want to insert some text in to that images which I take as input from the user?
I don't have any idea how to accomplish this task? Is it possible or not.
Basic Idea is : I do have images in to the application resources.
I...
Hi,
I am new to iPhone app development.
Can someone help me in displaying eps file content in iphone.
Thanks
Rajeev
...
I am about to upload my App to the Apple store but i have no idea about info.plist any idea about it will be great. or let it without any changes.
...
how to parse if xml attributes changes...'
for example
<Root>
<child name="", age="",phone="",address=""/>
</Root>
this is my first request from iphone through webserver.... i parsed above xml...
after that when i request the same url .. which is updated now it my xml child tag changes.
<Root>
<child name="",age="",phone="",addr...
I'm doing drawing app for ipad which need to save multiples of NSMutableArray of CGPoint (Converting into NSValue), suggest me for choosing coredata functions or any other approachs for saving more number of arrays
...
I'm looking at someone else's code, but it appears to RELEASE object VIDEO but then continue to use it.
Now from my understanding of Object Oriented Programming languages, once it's released, it should be dealloc'd from memory...
I can't see how it has any references...but I'm assuming that's the reason it's OK. Seems like a strange th...
Hello everyone :) ,
I had a question concerning developing and testing iPhone app on different Mac laptops. I am currently a registered iphone developer.
I can test using my developer provisioning from which after submitting my Mac private key etc.. so i can test usuing my iPhone and iPod.
So we are a team and we have diff Macbooks, s...